Skip to content

Commit

Permalink
Merge pull request #68 from dirkmueller/update_capture
Browse files Browse the repository at this point in the history
Update capture to the 1.0.0 release
  • Loading branch information
mssola authored Nov 9, 2022
2 parents ae6e92d + 6bba55e commit 8c91a07
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,6 +3,6 @@ module github.com/SUSE/container-suseconnect
go 1.13

require (
github.com/mssola/capture v0.0.0-20180102083101-24891570e9b2
github.com/mssola/capture v1.0.0
github.com/urfave/cli/v2 v2.0.0
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d h1:U+s90UTSYgptZMwQh2aRr3LuazLJIa+Pg3Kc1ylSYVY=
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU=
github.com/mssola/capture v0.0.0-20180102083101-24891570e9b2 h1:o9BOGGhTR/HM60Y82GrAojw55+yPgktyNiwQOzYl6Jw=
github.com/mssola/capture v0.0.0-20180102083101-24891570e9b2/go.mod h1:8h4U3IE4abXznaGiXnqHXsLJ/yd9sqSv3TArGewVVgQ=
github.com/mssola/capture v1.0.0 h1:12SBWBSezcVmPSKgXsztvmQKEyV6KFdsJFywk4rad34=
github.com/mssola/capture v1.0.0/go.mod h1:DjttWXqt7luHAiBDANPVmgXuqulxud7NWB7jmuLezG4=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/russross/blackfriday/v2 v2.0.1 h1:lPqVAte+HuHNfhJ/0LC98ESWRz8afy9tM/0RK8m9o+Q=
Expand Down

0 comments on commit 8c91a07

Please sign in to comment.