-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgo.mod
22 lines (20 loc) · 884 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
module github.com/the-maldridge/yurt-tools
go 1.13
require (
github.com/docker/distribution v0.0.0-20171011171712-7484e51bf6af // indirect
github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 // indirect
github.com/flosch/pongo2/v4 v4.0.2
github.com/go-chi/chi/v5 v5.0.7
github.com/go-redis/redis/v8 v8.11.5 // indirect
github.com/gorilla/mux v1.7.3 // indirect
github.com/hashicorp/consul/api v1.4.0
github.com/hashicorp/go-version v1.2.0
github.com/hashicorp/nomad/api v0.0.0-20191209204022-bbb6b2af09e8
github.com/labstack/echo v3.3.10+incompatible // indirect
github.com/labstack/gommon v0.3.0 // indirect
github.com/nokia/docker-registry-client v0.0.0-20190305095957-e91f10057c5b
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
github.com/sirupsen/logrus v1.4.2 // indirect
github.com/spf13/cobra v1.2.1
github.com/stretchr/testify v1.7.0
)