You've already forked speedtest-go
Add bcrypt support for stats password
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
module github.com/librespeed/speedtest-go
|
||||
module github.com/librespeed/speedtest
|
||||
|
||||
go 1.25.0
|
||||
|
||||
@@ -14,6 +14,7 @@ require (
|
||||
github.com/gorilla/securecookie v1.1.1
|
||||
github.com/gorilla/sessions v1.2.1
|
||||
github.com/lib/pq v1.10.4
|
||||
github.com/librespeed/speedtest-go v1.1.6
|
||||
github.com/oklog/ulid/v2 v2.0.2
|
||||
github.com/oschwald/maxminddb-golang v1.13.1
|
||||
github.com/pires/go-proxyproto v0.6.1
|
||||
@@ -21,6 +22,7 @@ require (
|
||||
github.com/spf13/viper v1.10.1
|
||||
github.com/umahmood/haversine v0.0.0-20151105152445-808ab04add26
|
||||
go.etcd.io/bbolt v1.3.6
|
||||
golang.org/x/crypto v0.48.0
|
||||
golang.org/x/image v0.0.0-20211028202545-6944b10bf410
|
||||
modernc.org/sqlite v1.50.0
|
||||
)
|
||||
@@ -32,7 +34,6 @@ require (
|
||||
github.com/golang-sql/sqlexp v0.1.0 // indirect
|
||||
github.com/google/uuid v1.6.0 // indirect
|
||||
github.com/hashicorp/hcl v1.0.0 // indirect
|
||||
github.com/kr/pretty v0.2.0 // indirect
|
||||
github.com/magiconair/properties v1.8.5 // indirect
|
||||
github.com/mattn/go-isatty v0.0.20 // indirect
|
||||
github.com/mitchellh/mapstructure v1.4.3 // indirect
|
||||
@@ -44,10 +45,8 @@ require (
|
||||
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
||||
github.com/spf13/pflag v1.0.5 // indirect
|
||||
github.com/subosito/gotenv v1.2.0 // indirect
|
||||
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
|
||||
golang.org/x/sys v0.42.0 // indirect
|
||||
golang.org/x/text v0.3.7 // indirect
|
||||
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
||||
golang.org/x/text v0.34.0 // indirect
|
||||
gopkg.in/ini.v1 v1.66.2 // indirect
|
||||
gopkg.in/yaml.v2 v2.4.0 // indirect
|
||||
modernc.org/libc v1.72.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user