File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ dist.zip: build
44 zip -j dist.zip build/main
55
66build :
7- dep ensure
87 go generate ../...
98 docker-compose run --rm build-environment make build-environment-build
109 docker-compose run --rm lambda-environment make lambda-environment-build
Original file line number Diff line number Diff line change 11version : ' 3'
22services :
33 build-environment :
4- image : golang:1.11
4+ image : golang:1.13
55 volumes :
66 - ../:/go/src/github.com/ccbrown/gggtracker
77 working_dir : /go/src/github.com/ccbrown/gggtracker/aws-sam
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ require (
1414 github.com/hashicorp/hcl v0.0.0-20171017181929-23c074d0eceb
1515 github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af
1616 github.com/json-iterator/go v1.1.5
17- github.com/kevinburke/go-bindata v3.16 .0+incompatible // indirect
17+ github.com/kevinburke/go-bindata v3.21 .0+incompatible // indirect
1818 github.com/labstack/echo v3.2.6+incompatible
1919 github.com/labstack/gommon v0.2.2-0.20170925052817-57409ada9da0
2020 github.com/magiconair/properties v1.7.6
Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ github.com/json-iterator/go v1.1.5 h1:gL2yXlmiIo4+t+y32d4WGwOjKGYcGOuyrg46vadswD
2727github.com/json-iterator/go v1.1.5 /go.mod h1:+SdeFBvtyEkXs7REEP0seUULqWtbJapLOCVDaaPEHmU =
2828github.com/kevinburke/go-bindata v3.16.0+incompatible h1:TFzFZop2KxGhqNwsyjgmIh5JOrpG940MZlm5gNbxr8g =
2929github.com/kevinburke/go-bindata v3.16.0+incompatible /go.mod h1:/pEEZ72flUW2p0yi30bslSp9YqD9pysLxunQDdb2CPM =
30+ github.com/kevinburke/go-bindata v3.21.0+incompatible h1:baK7hwFJDlAHrOqmE9U3u8tow1Uc5ihN9E/b7djcK2g =
31+ github.com/kevinburke/go-bindata v3.21.0+incompatible /go.mod h1:/pEEZ72flUW2p0yi30bslSp9YqD9pysLxunQDdb2CPM =
3032github.com/labstack/echo v3.2.6+incompatible h1:28U/uXFFKBIP+VQIqq641LuYhMS7Br9ZlwEXERaohCc =
3133github.com/labstack/echo v3.2.6+incompatible /go.mod h1:0INS7j/VjnFxD4E2wkz67b8cVwCLbBmJyDaka6Cmk1s =
3234github.com/labstack/gommon v0.2.2-0.20170925052817-57409ada9da0 h1:7AIW1qc9sYYTZLamTsRKSmVvJDXkZZrIWXHDK4Gq4X0 =
You can’t perform that action at this time.
0 commit comments