Skip to content

Commit 01347b8

Browse files
committed
Update dependencies
1 parent a0a6db8 commit 01347b8

File tree

2 files changed

+221
-30
lines changed

2 files changed

+221
-30
lines changed

go.mod

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,25 @@ module github.com/librespeed/speedtest
33
go 1.13
44

55
require (
6-
github.com/go-chi/chi v4.0.3+incompatible
7-
github.com/go-chi/cors v1.0.0
6+
github.com/fsnotify/fsnotify v1.4.9 // indirect
7+
github.com/go-chi/chi v4.1.2+incompatible
8+
github.com/go-chi/cors v1.1.1
89
github.com/go-chi/render v1.0.1
910
github.com/go-sql-driver/mysql v1.5.0
1011
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
11-
github.com/lib/pq v1.3.0
12+
github.com/lib/pq v1.8.0
13+
github.com/mitchellh/mapstructure v1.3.3 // indirect
1214
github.com/oklog/ulid/v2 v2.0.2
15+
github.com/pelletier/go-toml v1.8.0 // indirect
1316
github.com/pires/go-proxyproto v0.1.3
14-
github.com/sirupsen/logrus v1.4.2
15-
github.com/spf13/viper v1.6.2
16-
go.etcd.io/bbolt v1.3.3
17-
golang.org/x/image v0.0.0-20200119044424-58c23975cae1
17+
github.com/sirupsen/logrus v1.6.0
18+
github.com/spf13/afero v1.3.4 // indirect
19+
github.com/spf13/cast v1.3.1 // indirect
20+
github.com/spf13/jwalterweatherman v1.1.0 // indirect
21+
github.com/spf13/pflag v1.0.5 // indirect
22+
github.com/spf13/viper v1.7.1
23+
go.etcd.io/bbolt v1.3.5
24+
golang.org/x/image v0.0.0-20200801110659-972c09e46d76
25+
golang.org/x/sys v0.0.0-20200819035508-9a32b3aa38f5 // indirect
26+
gopkg.in/ini.v1 v1.60.0 // indirect
1827
)

0 commit comments

Comments
 (0)