-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (20 loc) · 829 Bytes
/
go.mod
File metadata and controls
22 lines (20 loc) · 829 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/VEuPathDB/util-exporter-server
go 1.14
require (
github.com/Foxcapades/Argonaut v0.1.7
github.com/Foxcapades/go-midl/v2 v2.1.0
github.com/gorilla/mux v1.7.4
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
github.com/onsi/ginkgo v1.12.2 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/prometheus/client_golang v1.6.0
github.com/sirupsen/logrus v1.6.0
github.com/smartystreets/goconvey v1.6.4
github.com/teris-io/shortid v0.0.0-20171029131806-771a37caa5cf
github.com/vulpine-io/bites v1.0.0
github.com/vulpine-io/split-pipe v1.0.0
github.com/x-cray/logrus-prefixed-formatter v0.5.2
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
gopkg.in/yaml.v3 v3.0.0-20200504163728-5308cda29e3d
)