Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ go 1.13
require (
github.com/bobesa/go-domain-util v0.0.0-20190911083921-4033b5f7dd89
github.com/dnaeon/go-vcr v1.0.1 // indirect
github.com/go-acme/lego/v3 v3.1.0
github.com/golang/protobuf v1.3.2
github.com/go-acme/lego/v3 v3.9.0
github.com/golang/protobuf v1.3.4
github.com/mholt/certmagic v0.8.3
github.com/mitchellh/go-homedir v1.1.0
github.com/pkg/errors v0.8.1
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.4.0
github.com/stretchr/testify v1.4.0
github.com/stretchr/testify v1.6.1
github.com/transip/gotransip v5.8.1+incompatible // indirect
google.golang.org/grpc v1.24.0
google.golang.org/grpc v1.27.1
)
Loading