-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
33 lines (30 loc) · 1.14 KB
/
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
30
31
32
33
module github.com/boreq/eggplant
require (
github.com/NYTimes/gziphandler v1.1.0
github.com/boreq/errors v0.1.0
github.com/boreq/guinea v0.0.0-20190218203212-75c10cec45e9
github.com/boreq/rest v0.1.0
github.com/go-stack/stack v1.8.0 // indirect
github.com/google/wire v0.5.0
github.com/inconshreveable/log15 v0.0.0-20180818164646-67afb5ed74ec
github.com/julienschmidt/httprouter v1.2.0
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/pelletier/go-toml v1.8.1
github.com/pkg/errors v0.8.1
github.com/radovskyb/watcher v1.0.7
github.com/rs/cors v1.6.0
github.com/stretchr/testify v1.7.0
go.etcd.io/bbolt v1.3.3
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/subcommands v1.0.1 // indirect
github.com/mattn/go-isatty v0.0.8 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/tools v0.0.0-20190422233926-fe54fb35175b // indirect
)
go 1.17