diff --git a/CHANGELOG.md b/CHANGELOG.md index e8d7e37..d6319de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Changed +- Upgraded build/test images to use Golang 1.13 instead of 1.11 ([#27](https://github.com/cyberark/summon-aws-secrets/issues/27)) ## [0.3.0] - 2019-03-06 ### Added diff --git a/Dockerfile b/Dockerfile index 4a08518..e0666e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.11 +FROM golang:1.13-stretch MAINTAINER Conjur Inc ENV GOOS=linux diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json deleted file mode 100644 index 6839209..0000000 --- a/Godeps/Godeps.json +++ /dev/null @@ -1,196 +0,0 @@ -{ - "ImportPath": "github.com/cyberark/summon-aws", - "GoVersion": "go1.8", - "GodepVersion": "v80", - "Deps": [ - { - "ImportPath": "github.com/aws/aws-sdk-go/aws", - "Comment": "v1.13.28-1-gaca27d2", - "Rev": "aca27d26bd47540c95de6312c970f2727bd3e268" - }, - { - "ImportPath": "github.com/aws/aws-sdk-go/aws/awserr", - "Comment": "v1.13.28-1-gaca27d2", - "Rev": "aca27d26bd47540c95de6312c970f2727bd3e268" - }, - { - "ImportPath": "github.com/aws/aws-sdk-go/aws/awsutil", - "Comment": "v1.13.28-1-gaca27d2", - "Rev": "aca27d26bd47540c95de6312c970f2727bd3e268" - }, - { - "ImportPath": "github.com/aws/aws-sdk-go/aws/client", - "Comment": "v1.13.28-1-gaca27d2", - "Rev": "aca27d26bd47540c95de6312c970f2727bd3e268" - }, - { - "ImportPath": "github.com/aws/aws-sdk-go/aws/client/metadata", - "Comment": "v1.13.28-1-gaca27d2", - "Rev": "aca27d26bd47540c95de6312c970f2727bd3e268" - }, - { - "ImportPath": "github.com/aws/aws-sdk-go/aws/corehandlers", - "Comment": "v1.13.28-1-gaca27d2", - "Rev": "aca27d26bd47540c95de6312c970f2727bd3e268" - }, - { - "ImportPath": "github.com/aws/aws-sdk-go/aws/credentials", - "Comment": "v1.13.28-1-gaca27d2", - "Rev": "aca27d26bd47540c95de6312c970f2727bd3e268" - }, - { - "ImportPath": "github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds", - "Comment": "v1.13.28-1-gaca27d2", - "Rev": "aca27d26bd47540c95de6312c970f2727bd3e268" - }, - { - "ImportPath": "github.com/aws/aws-sdk-go/aws/credentials/endpointcreds", - "Comment": "v1.13.28-1-gaca27d2", - "Rev": "aca27d26bd47540c95de6312c970f2727bd3e268" - }, - { - "ImportPath": "github.com/aws/aws-sdk-go/aws/credentials/stscreds", - "Comment": "v1.13.28-1-gaca27d2", - "Rev": "aca27d26bd47540c95de6312c970f2727bd3e268" - }, - { - "ImportPath": "github.com/aws/aws-sdk-go/aws/defaults", - "Comment": "v1.13.28-1-gaca27d2", - "Rev": "aca27d26bd47540c95de6312c970f2727bd3e268" - }, - { - "ImportPath": "github.com/aws/aws-sdk-go/aws/ec2metadata", - "Comment": "v1.13.28-1-gaca27d2", - "Rev": "aca27d26bd47540c95de6312c970f2727bd3e268" - }, - { - "ImportPath": "github.com/aws/aws-sdk-go/aws/endpoints", - "Comment": "v1.13.28-1-gaca27d2", - "Rev": "aca27d26bd47540c95de6312c970f2727bd3e268" - }, - { - "ImportPath": "github.com/aws/aws-sdk-go/aws/request", - "Comment": "v1.13.28-1-gaca27d2", - "Rev": "aca27d26bd47540c95de6312c970f2727bd3e268" - }, - { - "ImportPath": "github.com/aws/aws-sdk-go/aws/session", - "Comment": "v1.13.28-1-gaca27d2", - "Rev": "aca27d26bd47540c95de6312c970f2727bd3e268" - }, - { - "ImportPath": "github.com/aws/aws-sdk-go/aws/signer/v4", - "Comment": "v1.13.28-1-gaca27d2", - "Rev": "aca27d26bd47540c95de6312c970f2727bd3e268" - }, - { - "ImportPath": "github.com/aws/aws-sdk-go/internal/sdkio", - "Comment": "v1.13.28-1-gaca27d2", - "Rev": "aca27d26bd47540c95de6312c970f2727bd3e268" - }, - { - "ImportPath": "github.com/aws/aws-sdk-go/internal/sdkrand", - "Comment": "v1.13.28-1-gaca27d2", - "Rev": "aca27d26bd47540c95de6312c970f2727bd3e268" - }, - { - "ImportPath": "github.com/aws/aws-sdk-go/internal/shareddefaults", - "Comment": "v1.13.28-1-gaca27d2", - "Rev": "aca27d26bd47540c95de6312c970f2727bd3e268" - }, - { - "ImportPath": "github.com/aws/aws-sdk-go/private/protocol", - "Comment": "v1.13.28-1-gaca27d2", - "Rev": "aca27d26bd47540c95de6312c970f2727bd3e268" - }, - { - "ImportPath": "github.com/aws/aws-sdk-go/private/protocol/json/jsonutil", - "Comment": "v1.13.28-1-gaca27d2", - "Rev": "aca27d26bd47540c95de6312c970f2727bd3e268" - }, - { - "ImportPath": "github.com/aws/aws-sdk-go/private/protocol/jsonrpc", - "Comment": "v1.13.28-1-gaca27d2", - "Rev": "aca27d26bd47540c95de6312c970f2727bd3e268" - }, - { - "ImportPath": "github.com/aws/aws-sdk-go/private/protocol/query", - "Comment": "v1.13.28-1-gaca27d2", - "Rev": "aca27d26bd47540c95de6312c970f2727bd3e268" - }, - { - "ImportPath": "github.com/aws/aws-sdk-go/private/protocol/query/queryutil", - "Comment": "v1.13.28-1-gaca27d2", - "Rev": "aca27d26bd47540c95de6312c970f2727bd3e268" - }, - { - "ImportPath": "github.com/aws/aws-sdk-go/private/protocol/rest", - "Comment": "v1.13.28-1-gaca27d2", - "Rev": "aca27d26bd47540c95de6312c970f2727bd3e268" - }, - { - "ImportPath": "github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil", - "Comment": "v1.13.28-1-gaca27d2", - "Rev": "aca27d26bd47540c95de6312c970f2727bd3e268" - }, - { - "ImportPath": "github.com/aws/aws-sdk-go/service/secretsmanager", - "Comment": "v1.13.28-1-gaca27d2", - "Rev": "aca27d26bd47540c95de6312c970f2727bd3e268" - }, - { - "ImportPath": "github.com/aws/aws-sdk-go/service/sts", - "Comment": "v1.13.28-1-gaca27d2", - "Rev": "aca27d26bd47540c95de6312c970f2727bd3e268" - }, - { - "ImportPath": "github.com/go-ini/ini", - "Comment": "v1.34.0", - "Rev": "5e9692864e22d02ac79e2fa499cffb00520b4fea" - }, - { - "ImportPath": "github.com/gopherjs/gopherjs/js", - "Rev": "444abdf920945de5d4a977b572bcc6c674d1e4eb" - }, - { - "ImportPath": "github.com/jmespath/go-jmespath", - "Comment": "0.2.2-22-gc2b33e8", - "Rev": "c2b33e8439af944379acbdd9c3a5fe0bc44bd8a5" - }, - { - "ImportPath": "github.com/jtolds/gls", - "Comment": "v4.2.1", - "Rev": "77f18212c9c7edc9bd6a33d383a7b545ce62f064" - }, - { - "ImportPath": "github.com/smartystreets/assertions", - "Comment": "1.8.1", - "Rev": "0b37b35ec7434b77e77a4bb29b79677cced992ea" - }, - { - "ImportPath": "github.com/smartystreets/assertions/internal/go-render/render", - "Comment": "1.8.1", - "Rev": "0b37b35ec7434b77e77a4bb29b79677cced992ea" - }, - { - "ImportPath": "github.com/smartystreets/assertions/internal/oglematchers", - "Comment": "1.8.1", - "Rev": "0b37b35ec7434b77e77a4bb29b79677cced992ea" - }, - { - "ImportPath": "github.com/smartystreets/goconvey/convey", - "Comment": "1.6.3-2-ge5b2b7c", - "Rev": "e5b2b7c9111590d019a696c7800593f666e1a7f4" - }, - { - "ImportPath": "github.com/smartystreets/goconvey/convey/gotest", - "Comment": "1.6.3-2-ge5b2b7c", - "Rev": "e5b2b7c9111590d019a696c7800593f666e1a7f4" - }, - { - "ImportPath": "github.com/smartystreets/goconvey/convey/reporting", - "Comment": "1.6.3-2-ge5b2b7c", - "Rev": "e5b2b7c9111590d019a696c7800593f666e1a7f4" - } - ] -} diff --git a/Godeps/Readme b/Godeps/Readme deleted file mode 100644 index 4cdaa53..0000000 --- a/Godeps/Readme +++ /dev/null @@ -1,5 +0,0 @@ -This directory tree is generated automatically by godep. - -Please do not edit. - -See https://github.com/tools/godep for more information. diff --git a/go.mod b/go.mod index c724032..5732464 100644 --- a/go.mod +++ b/go.mod @@ -2,10 +2,8 @@ module github.com/cyberark/summon-aws-secrets require ( github.com/aws/aws-sdk-go v1.17.1 - github.com/go-ini/ini v1.34.0 - github.com/gopherjs/gopherjs v0.0.0-20171102034023-444abdf92094 - github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af - github.com/jtolds/gls v4.2.1+incompatible - github.com/smartystreets/assertions v0.0.0-20170925172151-0b37b35ec743 - github.com/smartystreets/goconvey v0.0.0-20170825221426-e5b2b7c91115 + github.com/smartystreets/goconvey v1.6.4 + github.com/stretchr/testify v1.5.1 // indirect ) + +go 1.13 diff --git a/go.sum b/go.sum index 4ab0d52..af8de6e 100644 --- a/go.sum +++ b/go.sum @@ -1,12 +1,31 @@ github.com/aws/aws-sdk-go v1.17.1 h1:RoOo57SetcPFGQ6vesLfWIpfnsbpEiuwiHq6aCvjrZw= github.com/aws/aws-sdk-go v1.17.1/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo= -github.com/go-ini/ini v1.34.0/go.mod h1:ByCAeIL28uOIIG0E3PJtZPDL8WnHpFKFOtgjp+3Ies8= -github.com/gopherjs/gopherjs v0.0.0-20171102034023-444abdf92094/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY= +github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= +github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= +github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 h1:EGx4pi6eqNxGaHF6qqu48+N2wcFQ5qg5FXgOdqsJ5d8= +github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY= github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af h1:pmfjZENx5imkbgOkpRUYLnmbU7UEFbjtDA2hxJ1ichM= github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af/go.mod h1:Nht3zPeWKUH0NzdCt2Blrr5ys8VGpn0CEB0cQHVjt7k= -github.com/jtolds/gls v4.2.1+incompatible h1:fSuqC+Gmlu6l/ZYAoZzx2pyucC8Xza35fpRVWLVmUEE= -github.com/jtolds/gls v4.2.1+incompatible/go.mod h1:QJZ7F/aHp+rZTRtaJ1ow/lLfFfVYBRgL+9YlvaHOwJU= -github.com/smartystreets/assertions v0.0.0-20170925172151-0b37b35ec743 h1:b8jeeClJ1TQznpWsxNb/eN++2qFp0sIsZ+weU5UM7b0= -github.com/smartystreets/assertions v0.0.0-20170925172151-0b37b35ec743/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc= -github.com/smartystreets/goconvey v0.0.0-20170825221426-e5b2b7c91115 h1:+946ba0L2KuUiB6qxnaR6FTqavWlS3Y6PKnkgX4uMKA= -github.com/smartystreets/goconvey v0.0.0-20170825221426-e5b2b7c91115/go.mod h1:XDJAKZRPZ1CvBcN2aX5YOUTYGHki24fSF0Iv48Ibg0s= +github.com/jtolds/gls v4.20.0+incompatible h1:xdiiI2gbIgH/gLH7ADydsJ1uDOEzR8yvV7C0MuV77Wo= +github.com/jtolds/gls v4.20.0+incompatible/go.mod h1:QJZ7F/aHp+rZTRtaJ1ow/lLfFfVYBRgL+9YlvaHOwJU= +github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= +github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= +github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d h1:zE9ykElWQ6/NYmHa3jpm/yHnI4xSofP+UP6SpjHcSeM= +github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc= +github.com/smartystreets/goconvey v1.6.4 h1:fv0U8FUIMPNf1L9lnHLvLhgicrIVChEkdzIKYqbNC9s= +github.com/smartystreets/goconvey v1.6.4/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA= +github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= +github.com/stretchr/testify v1.5.1 h1:nOGnQDM7FYENwehXlg/kFVnos3rEvtKTjRvOWSzb6H4= +github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA= +golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= +golang.org/x/net v0.0.0-20190311183353-d8887717615a h1:oWX7TPOiFAMXLq8o0ikBYfCJVlRHBcsciT5bXOrH628= +golang.org/x/net v0.0.0-20190311183353-d8887717615a/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= +golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= +golang.org/x/text v0.3.0 h1:g61tztE5qeGQ89tm6NTjjM9VPIm088od1l6aSorWRWg= +golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= +golang.org/x/tools v0.0.0-20190328211700-ab21143f2384 h1:TFlARGu6Czu1z7q93HTxcP1P+/ZFC/IKythI5RzrnRg= +golang.org/x/tools v0.0.0-20190328211700-ab21143f2384/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= +gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= +gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= +gopkg.in/yaml.v2 v2.2.2 h1:ZCJp+EgiOT7lHqUV2J862kp8Qj64Jo6az82+3Td9dZw= +gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=