-
Notifications
You must be signed in to change notification settings - Fork 0
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
3 changed files
with
313 additions
and
4 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
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,23 @@ | ||
module github.com/labbcb/rnnr | ||
|
||
go 1.14 | ||
|
||
require ( | ||
github.com/containerd/containerd v1.3.3 // indirect | ||
github.com/docker/distribution v2.7.1+incompatible // indirect | ||
github.com/docker/docker v17.12.0-ce-rc1.0.20200409190522-9c71a2be3193+incompatible | ||
github.com/docker/go-connections v0.4.0 // indirect | ||
github.com/docker/go-units v0.4.0 // indirect | ||
github.com/golang/protobuf v1.3.5 | ||
github.com/google/uuid v1.1.1 | ||
github.com/gorilla/mux v1.7.4 | ||
github.com/mitchellh/go-homedir v1.1.0 | ||
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect | ||
github.com/opencontainers/image-spec v1.0.1 // indirect | ||
github.com/pbnjay/memory v0.0.0-20190104145345-974d429e7ae4 | ||
github.com/sirupsen/logrus v1.5.0 | ||
github.com/spf13/cobra v0.0.7 | ||
github.com/spf13/viper v1.6.3 | ||
go.mongodb.org/mongo-driver v1.3.2 | ||
google.golang.org/grpc v1.28.1 | ||
) |
Oops, something went wrong.