This repository was archived by the owner on Apr 8, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgo.mod
More file actions
35 lines (32 loc) · 1.18 KB
/
Copy pathgo.mod
File metadata and controls
35 lines (32 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
module github.com/aeneasr/dockerstats
go 1.15
replace github.com/uber-go/atomic => github.com/uber-go/atomic v1.4.0
require (
cloud.google.com/go v0.46.3
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/gobuffalo/packr v1.22.0
github.com/gorilla/mux v1.7.4
github.com/jackc/pgx/v4 v4.8.0
github.com/jmoiron/sqlx v1.2.0
github.com/meatballhat/negroni-logrus v0.0.0-20170801195057-31067281800f
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/mapstructure v1.3.3 // indirect
github.com/ory/graceful v0.1.1
github.com/ory/herodot v0.5.1
github.com/ory/x v0.0.55
github.com/pelletier/go-toml v1.8.0 // indirect
github.com/pkg/errors v0.9.1
github.com/rs/cors v1.7.0
github.com/rubenv/sql-migrate v0.0.0-20190212093014-1007f53448d7
github.com/sirupsen/logrus v1.6.0
github.com/spf13/afero v1.3.2 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v1.0.0
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.7.0
github.com/urfave/negroni v1.0.0
go.uber.org/atomic v1.6.0
golang.org/x/sys v0.0.0-20200728102440-3e129f6d46b1 // indirect
gopkg.in/ini.v1 v1.57.0 // indirect
)