-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
40 lines (38 loc) · 1.5 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
34
35
36
37
38
39
40
module github.com/hchauvin/warp
go 1.13
require (
github.com/Masterminds/goutils v1.1.0 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/avast/retry-go v2.5.0+incompatible
github.com/benbjohnson/clock v1.0.0
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/dustinkirkland/golang-petname v0.0.0-20191129215211-8e5a1ed0cff0
github.com/fatih/color v1.9.0
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/go-playground/validator v9.31.0+incompatible
github.com/google/uuid v1.1.1
github.com/hchauvin/name_manager v0.5.0
github.com/huandu/xstrings v1.2.1 // indirect
github.com/imdario/mergo v0.3.8
github.com/joho/godotenv v1.3.0
github.com/julienschmidt/httprouter v1.3.0
github.com/leodido/go-urn v1.2.0 // indirect
github.com/mitchellh/copystructure v1.0.0 // indirect
github.com/pelletier/go-toml v1.6.0
github.com/spf13/afero v1.2.2
github.com/stretchr/testify v1.5.1
github.com/urfave/cli/v2 v2.2.0
go.mongodb.org/mongo-driver v1.3.1
go.uber.org/atomic v1.5.1
golang.org/x/crypto 78000ba7a073
golang.org/x/oauth2 v0.0.0-20191122200657-5d9234df094c // indirect
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/yaml.v2 v2.2.8
k8s.io/api v0.17.4
k8s.io/apimachinery v0.17.4
k8s.io/client-go v0.17.4
k8s.io/utils v0.0.0-20191114200735-6ca3b61696b6 // indirect
)