Skip to content

Commit

Permalink
Merge pull request #48 from rebuy-de/go-1.15-update-deps
Browse files Browse the repository at this point in the history
Update deps & use Go 1.15
  • Loading branch information
der-eismann authored Aug 13, 2020
2 parents aa9314e + 7e33aed commit 7f45f78
Show file tree
Hide file tree
Showing 4 changed files with 327 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# disabled syntax = docker/dockerfile:experimental

FROM golang:1.14-alpine as builder
FROM golang:1.15-alpine as builder

RUN apk add --no-cache git curl openssl bash

Expand Down
16 changes: 8 additions & 8 deletions v2/go.mod
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
)
Loading

0 comments on commit 7f45f78

Please sign in to comment.