Skip to content

Commit eb9e2bd

Browse files
committed
update go mod
1 parent 7941978 commit eb9e2bd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ module github.com/hashicorp/packer-plugin-sdk
33
require (
44
github.com/aws/aws-sdk-go v1.36.5
55
github.com/dylanmei/winrmtest v0.0.0-20170819153634-c2fbb09e6c08
6+
github.com/fatih/camelcase v1.0.0
7+
github.com/fatih/structtag v1.0.0
68
github.com/gofrs/flock v0.7.3
79
github.com/google/go-cmp v0.5.2
810
github.com/google/shlex v0.0.0-20150127133951-6f45313302b9
@@ -33,6 +35,7 @@ require (
3335
golang.org/x/mobile v0.0.0-20201208152944-da85bec010a2
3436
golang.org/x/net v0.0.0-20201209123823-ac852fbbde11
3537
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
38+
golang.org/x/tools v0.0.0-20201111133315-69daaf961d65
3639
)
3740

3841
go 1.14

0 commit comments

Comments
 (0)