Skip to content

Commit

Permalink
go mod package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
puellanivis committed Mar 13, 2020
1 parent 5f5d49d commit c90e927
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@ module github.com/puellanivis/breton
go 1.14

require (
github.com/aws/aws-sdk-go v1.29.14
github.com/golang/protobuf v1.3.4
github.com/aws/aws-sdk-go v1.29.23
github.com/pkg/errors v0.9.1
github.com/pkg/sftp v1.11.0
github.com/prometheus/client_golang v1.4.1
golang.org/x/crypto v0.0.0-20200221231518-2aa609cf4a9d
github.com/prometheus/client_golang v1.5.0
golang.org/x/crypto v0.0.0-20200311171314-f7b00557c8c4
golang.org/x/net v0.0.0-20200301022130-244492dfa37a
golang.org/x/text v0.3.2
google.golang.org/grpc v1.27.1
)

0 comments on commit c90e927

Please sign in to comment.