-
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.
Merge pull request #48 from rebuy-de/go-1.15-update-deps
Update deps & use Go 1.15
- Loading branch information
Showing
4 changed files
with
327 additions
and
10 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 |
---|---|---|
@@ -1,25 +1,25 @@ | ||
module github.com/rebuy-de/rebuy-go-sdk/v2 | ||
|
||
go 1.13 | ||
go 1.15 | ||
|
||
require ( | ||
github.com/aws/aws-sdk-go v1.32.0 | ||
github.com/aws/aws-sdk-go v1.34.3 | ||
github.com/gemnasium/logrus-graylog-hook/v3 v3.0.2 | ||
github.com/google/go-github/v30 v30.1.0 | ||
github.com/google/go-github/v32 v32.1.0 | ||
github.com/google/uuid v1.1.1 | ||
github.com/goreleaser/nfpm v1.3.1 | ||
github.com/goreleaser/nfpm v1.6.0 | ||
github.com/gorilla/securecookie v1.1.1 | ||
github.com/gorilla/sessions v1.2.0 | ||
github.com/julienschmidt/httprouter v1.3.0 | ||
github.com/mitchellh/mapstructure v1.3.2 | ||
github.com/mitchellh/mapstructure v1.3.3 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/pmezard/go-difflib v1.0.0 | ||
github.com/sirupsen/logrus v1.6.0 | ||
github.com/spf13/cobra v1.0.0 | ||
github.com/tidwall/pretty v1.0.1 | ||
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d | ||
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a | ||
golang.org/x/tools v0.0.0-20200612022331-742c5eb664c2 | ||
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208 | ||
golang.org/x/tools v0.0.0-20200812231640-9176cd30088c | ||
gopkg.in/yaml.v2 v2.3.0 | ||
k8s.io/client-go v0.18.2 | ||
k8s.io/client-go v0.18.6 | ||
) |
Oops, something went wrong.