Skip to content

Commit

Permalink
Update for bug fix in libs
Browse files Browse the repository at this point in the history
  • Loading branch information
evanverneyfink committed Jan 14, 2022
1 parent 1793059 commit e76f018
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.15
require (
github.com/apparentlymart/go-cidr v1.1.0 // indirect
github.com/aws/aws-sdk-go v1.38.69 // indirect
github.com/ebu/mcma-libraries-go v0.0.0-20220114172455-7794b74f202f
github.com/ebu/mcma-libraries-go v0.0.0-20220114184527-61e8ced732d6
github.com/hashicorp/hcl/v2 v2.8.2 // indirect
github.com/hashicorp/terraform-plugin-sdk/v2 v2.7.0
golang.org/x/tools v0.0.0-20201028111035-eafbe7b904eb // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ3
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/ebu/mcma-libraries-go v0.0.0-20220114172455-7794b74f202f h1:K4WVg9+WVgQbOILBSfYjtd0MyvaB+RoOvzAJSWJKIlM=
github.com/ebu/mcma-libraries-go v0.0.0-20220114172455-7794b74f202f/go.mod h1:RnT/sTbg7ICp6NHDxyj/xX9xI+bqbcm9SUkPTIJnqs4=
github.com/ebu/mcma-libraries-go v0.0.0-20220114184527-61e8ced732d6 h1:nIMwMFpLbmttc9NM1/GKiRvWZZoNOZvkLe/knYxYYKg=
github.com/ebu/mcma-libraries-go v0.0.0-20220114184527-61e8ced732d6/go.mod h1:RnT/sTbg7ICp6NHDxyj/xX9xI+bqbcm9SUkPTIJnqs4=
github.com/emirpasic/gods v1.12.0 h1:QAUIPSaCu4G+POclxeqb3F+WPpdKqFGlw36+yOzGlrg=
github.com/emirpasic/gods v1.12.0/go.mod h1:YfzfFFoVP/catgzJb4IKIqXjX78Ha8FMSDh3ymbK86o=
github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
Expand Down

0 comments on commit e76f018

Please sign in to comment.