Skip to content

Commit c35b48a

Browse files
fix(build): upgrading dinghy in go modules (#52)
1 parent 61f6d35 commit c35b48a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/armory-io/arm
33
go 1.12
44

55
require (
6-
github.com/armory-io/dinghy v0.1.0-rc.4.0.20210909200842-9f3deb2352c2
6+
github.com/armory-io/dinghy v0.1.0-rc.4.0.20220125212255-403640bc88ad
77
github.com/armory/dinghy v0.0.0-20210622181016-cf2557851cd4
88
github.com/armory/plank/v4 v4.0.0
99
github.com/aws/aws-sdk-go v1.30.15 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ github.com/armory-io/dinghy v0.1.0-rc.4.0.20210824174139-890f5eb120a3 h1:NS0RwCX
5555
github.com/armory-io/dinghy v0.1.0-rc.4.0.20210824174139-890f5eb120a3/go.mod h1:hC/0nxOcE3rSpb9iTwo19YNmyKq35V1EuTvLZhgXiWY=
5656
github.com/armory-io/dinghy v0.1.0-rc.4.0.20210909200842-9f3deb2352c2 h1:8lg7GdG/VGJvsIAwqunakfcFoinfSpiPXWV9qWIQreg=
5757
github.com/armory-io/dinghy v0.1.0-rc.4.0.20210909200842-9f3deb2352c2/go.mod h1:hC/0nxOcE3rSpb9iTwo19YNmyKq35V1EuTvLZhgXiWY=
58+
github.com/armory-io/dinghy v0.1.0-rc.4.0.20220125212255-403640bc88ad h1:lJvbWHPbHYMIiZi2SszlGG/Qa6X4eB+Ewg7zAJhZIiw=
59+
github.com/armory-io/dinghy v0.1.0-rc.4.0.20220125212255-403640bc88ad/go.mod h1:hC/0nxOcE3rSpb9iTwo19YNmyKq35V1EuTvLZhgXiWY=
5860
github.com/armory-io/monitoring v0.0.7 h1:IVVhiqhavr+yH2IXlMZMyqjhBb9Ms9L6qmKswLh+ODQ=
5961
github.com/armory-io/monitoring v0.0.7/go.mod h1:EqWc/9ldt7teZxnS2xnAMJsthM7ldI4ArLnjBRGCYSo=
6062
github.com/armory/dinghy v0.0.0-20210622181016-cf2557851cd4 h1:aQqzZ+/8WTJRLQTsqffCrO2DEMoIKy/qZTcsB39mti4=

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ github.com/Masterminds/goutils
1616
github.com/Masterminds/semver/v3
1717
# github.com/Masterminds/sprig/v3 v3.1.0
1818
github.com/Masterminds/sprig/v3
19-
# github.com/armory-io/dinghy v0.1.0-rc.4.0.20210909200842-9f3deb2352c2
19+
# github.com/armory-io/dinghy v0.1.0-rc.4.0.20220125212255-403640bc88ad
2020
github.com/armory-io/dinghy/pkg/parsers/yaml
2121
# github.com/armory/dinghy v0.0.0-20210622181016-cf2557851cd4
2222
github.com/armory/dinghy/pkg/cache

0 commit comments

Comments
 (0)