You've already forked speedtest-go
go.mod: make module name match repository (#74)
This commit is contained in:
committed by
GitHub
parent
123cd29ffb
commit
603cbdeec5
+3
-3
@@ -9,9 +9,9 @@ import (
|
||||
|
||||
"github.com/gorilla/securecookie"
|
||||
"github.com/gorilla/sessions"
|
||||
"github.com/librespeed/speedtest/config"
|
||||
"github.com/librespeed/speedtest/database"
|
||||
"github.com/librespeed/speedtest/database/schema"
|
||||
"github.com/librespeed/speedtest-go/config"
|
||||
"github.com/librespeed/speedtest-go/database"
|
||||
"github.com/librespeed/speedtest-go/database/schema"
|
||||
)
|
||||
|
||||
type StatsData struct {
|
||||
|
||||
@@ -15,9 +15,9 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/go-chi/render"
|
||||
"github.com/librespeed/speedtest/config"
|
||||
"github.com/librespeed/speedtest/database"
|
||||
"github.com/librespeed/speedtest/database/schema"
|
||||
"github.com/librespeed/speedtest-go/config"
|
||||
"github.com/librespeed/speedtest-go/database"
|
||||
"github.com/librespeed/speedtest-go/database/schema"
|
||||
|
||||
"github.com/golang/freetype"
|
||||
"github.com/golang/freetype/truetype"
|
||||
|
||||
Reference in New Issue
Block a user