Skip to content

Commit

Permalink
go.mod update
Browse files Browse the repository at this point in the history
orderedmap in use directly
  • Loading branch information
Thomas Cooper committed Dec 23, 2020
1 parent 9cb451c commit 536a9bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/coopernetes/kube-role-gen
go 1.13

require (
github.com/elliotchance/orderedmap v1.3.0 // indirect
github.com/elliotchance/orderedmap v1.3.0
github.com/googleapis/gnostic v0.3.1 // indirect
golang.org/x/crypto v0.0.0-20200117160349-530e935923ad // indirect
golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa // indirect
Expand Down

0 comments on commit 536a9bf

Please sign in to comment.