forked from percona/pmm-manage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
29 lines (25 loc) · 922 Bytes
/
go.mod
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
module github.com/shatteredsilicon/ssm-manage
go 1.22.0
toolchain go1.22.9
require (
github.com/fatih/structs v1.0.0
github.com/foomo/htpasswd v0.0.0-20180422071726-cb63c4ac0e50
github.com/go-logfmt/logfmt v0.3.0
github.com/gorilla/mux v1.6.2
github.com/grafana/grafana v5.1.3+incompatible
github.com/mattn/go-sqlite3 v1.9.0
github.com/sirupsen/logrus v1.0.5
golang.org/x/crypto v0.0.0-20180614221331-a8fb68e7206f
golang.org/x/mod v0.22.0
golang.org/x/sys v0.6.0
gopkg.in/yaml.v2 v2.2.1
)
require (
github.com/gorilla/context v1.1.1 // indirect
github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 // indirect
github.com/smartystreets/goconvey v1.8.1 // indirect
github.com/stretchr/testify v1.8.4 // indirect
github.com/teris-io/shortid v0.0.0-20171029131806-771a37caa5cf // indirect
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
)