forked from controlplaneio/simulator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
27 lines (24 loc) · 1.02 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
module github.com/kubernetes-simulator/simulator
require (
github.com/aws/aws-sdk-go v1.21.7
github.com/fatih/structs v1.1.0
github.com/glendc/go-external-ip v0.0.0-20170425150139-139229dcdddd
github.com/go-test/deep v1.0.5
github.com/magiconair/properties v1.8.1 // indirect
github.com/olekukonko/tablewriter v0.0.4
github.com/pelletier/go-toml v1.4.0 // indirect
github.com/pkg/errors v0.8.1
github.com/sirupsen/logrus v1.2.0
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cobra v0.0.5
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.4.0
github.com/stretchr/testify v1.3.0
golang.org/x/crypto v0.0.0-20190621222207-cc06ce4a13d4
golang.org/x/net v0.0.0-20190620200207-3b0461eec859 // indirect
golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb // indirect
golang.org/x/text v0.3.2 // indirect
gopkg.in/yaml.v2 v2.2.2
)
replace github.com/go-critic/[email protected] => github.com/go-critic/go-critic v0.3.5-0.20190526074819-1df300866540
go 1.13