-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
334 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
module github.com/packethost/rover | ||
|
||
go 1.13 | ||
|
||
require ( | ||
github.com/Microsoft/go-winio v0.4.14 // indirect | ||
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a | ||
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 | ||
github.com/containerd/containerd v1.3.2 // indirect | ||
github.com/docker/distribution v2.7.1+incompatible | ||
github.com/docker/docker v1.4.2-0.20191212201129-5f9f41018e9d | ||
github.com/docker/go-connections v0.4.0 // indirect | ||
github.com/docker/go-units v0.4.0 // indirect | ||
github.com/fsnotify/fsnotify v1.4.7 | ||
github.com/go-openapi/errors v0.19.2 | ||
github.com/go-openapi/strfmt v0.19.3 | ||
github.com/go-stack/stack v1.8.0 | ||
github.com/golang/protobuf v1.3.2-0.20190318194812-d3c38a4eb497 | ||
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 | ||
github.com/grpc-ecosystem/go-grpc-prometheus v0.0.0-20160910222444-6b7015e65d36 | ||
github.com/hashicorp/hcl v0.0.0-20180404174102-ef8a98b0bbce | ||
github.com/inconshreveable/mousetrap v1.0.0 | ||
github.com/jedib0t/go-pretty v4.3.0+incompatible | ||
github.com/kr/pretty v0.2.0 // indirect | ||
github.com/lib/pq v1.2.1-0.20191011153232-f91d3411e481 | ||
github.com/magiconair/properties v1.8.0 | ||
github.com/mattn/go-runewidth v0.0.5 | ||
github.com/matttproud/golang_protobuf_extensions v1.0.1 | ||
github.com/mitchellh/go-homedir v1.0.0 | ||
github.com/mitchellh/mapstructure v1.1.2 | ||
github.com/morikuni/aec v1.0.0 // indirect | ||
github.com/olivere/elastic/v7 v7.0.9 | ||
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect | ||
github.com/opencontainers/image-spec v1.0.1 // indirect | ||
github.com/packethost/pkg v0.0.0-20190410153520-e8e15f4ce770 | ||
github.com/pelletier/go-toml v1.2.0 | ||
github.com/pkg/errors v0.8.1 | ||
github.com/prometheus/client_golang v0.9.3-0.20190127221311-3c4408c8b829 | ||
github.com/prometheus/client_model v0.0.0-20190115171406-56726106282f | ||
github.com/prometheus/common v0.2.0 | ||
github.com/prometheus/procfs v0.0.0-20190117184657-bf6a532e95b1 | ||
github.com/rollbar/rollbar-go v1.0.2 | ||
github.com/satori/go.uuid v1.2.0 | ||
github.com/sirupsen/logrus v1.4.1 | ||
github.com/spf13/afero v1.1.1 | ||
github.com/spf13/cast v1.2.0 | ||
github.com/spf13/cobra v0.0.3 | ||
github.com/spf13/jwalterweatherman v0.0.0-20180109140146-7c0cea34c8ec | ||
github.com/spf13/pflag v1.0.1 | ||
github.com/spf13/viper v1.0.2 | ||
go.mongodb.org/mongo-driver v1.1.2 | ||
go.uber.org/atomic v1.2.0 | ||
go.uber.org/multierr v1.1.0 | ||
go.uber.org/zap v1.7.1 | ||
golang.org/x/net v0.0.0-20190620200207-3b0461eec859 | ||
golang.org/x/sys v0.0.0-20190507160741-ecd444e8653b | ||
golang.org/x/text v0.3.2 | ||
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect | ||
google.golang.org/genproto v0.0.0-20190425155659-357c62f0e4bb | ||
google.golang.org/grpc v1.20.1 | ||
gopkg.in/yaml.v2 v2.2.2 | ||
gotest.tools v2.2.0+incompatible // indirect | ||
) |
Oops, something went wrong.