Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeb26 committed Nov 23, 2022
1 parent 9a42395 commit 6d37233
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 @@ -3,7 +3,7 @@ module github.com/bopmatic/cli
go 1.19

require (
github.com/bopmatic/sdk/golang v0.0.0-20221110205944-b4e78488d84d
github.com/bopmatic/sdk/golang v0.0.0-20221122231555-161be1dd9854
github.com/docker/docker v20.10.21+incompatible
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578/go.mod h1:uGdko
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef/go.mod h1:WaHUgvxTVq04UNunO+XhnAqY/wQc+bxr74GqbsZ/Jqw=
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d h1:Byv0BzEl3/e6D5CLfI0j/7hiIEtvGVFPCZ7Ei2oq8iQ=
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d/go.mod h1:WaHUgvxTVq04UNunO+XhnAqY/wQc+bxr74GqbsZ/Jqw=
github.com/bopmatic/sdk/golang v0.0.0-20221110205944-b4e78488d84d h1:83g3vzGbtIo4Pxr4Jii4JDmoDFf+R4s9Em5uKv/MAoM=
github.com/bopmatic/sdk/golang v0.0.0-20221110205944-b4e78488d84d/go.mod h1:8KEWQXm2GyxxcS/pLQdSJaPsqHaV22tCfIF1kl3g4+A=
github.com/bopmatic/sdk/golang v0.0.0-20221122231555-161be1dd9854 h1:l1B1+6fvil8HbV89N1VBi/wcQptAQrdwAw2Ts2WWxiA=
github.com/bopmatic/sdk/golang v0.0.0-20221122231555-161be1dd9854/go.mod h1:8KEWQXm2GyxxcS/pLQdSJaPsqHaV22tCfIF1kl3g4+A=
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
Expand Down

0 comments on commit 6d37233

Please sign in to comment.