Skip to content

Commit

Permalink
fix: bump twine to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkato committed Oct 15, 2023
1 parent 701f1e6 commit 468f6c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -12,7 +12,7 @@ require (
github.com/errata-ai/regexp2 v1.7.0
github.com/gobwas/glob v0.2.3
github.com/jdkato/regexp v0.1.0
github.com/jdkato/twine v0.6.0
github.com/jdkato/twine v0.6.1
github.com/karrick/godirwalk v1.16.1
github.com/mholt/archiver/v3 v3.5.1
github.com/mitchellh/mapstructure v1.4.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Expand Up @@ -50,6 +50,8 @@ github.com/jdkato/regexp v0.1.0 h1:WxMR7sU+reKk+ITPwAeTtAEGy3uPMd+1O3wrQAV/ZMc=
github.com/jdkato/regexp v0.1.0/go.mod h1:o9fY0c1vIooBxHLENPUeocgjhdBFuERi5VMDH+two4s=
github.com/jdkato/twine v0.6.0 h1:pLhoVKVq2kBANC6N9VBtsVVk8VN3N6nkUHQbOFEZxUQ=
github.com/jdkato/twine v0.6.0/go.mod h1:bt2oY1GJuFlWtiSVhNpmYfQeLVmzNBfOyfLbg4Zt/Yg=
github.com/jdkato/twine v0.6.1 h1:PoeMy5JASf+NJLhhHMWqaH+V4kn+YG6Qzq/ruCyRPiU=
github.com/jdkato/twine v0.6.1/go.mod h1:bt2oY1GJuFlWtiSVhNpmYfQeLVmzNBfOyfLbg4Zt/Yg=
github.com/karrick/godirwalk v1.16.1 h1:DynhcF+bztK8gooS0+NDJFrdNZjJ3gzVzC545UNA9iw=
github.com/karrick/godirwalk v1.16.1/go.mod h1:j4mkqPuvaLI8mp1DroR3P6ad7cyYd4c1qeJ3RV7ULlk=
github.com/klauspost/compress v1.4.1/go.mod h1:RyIbtBH6LamlWaDj8nUwkbUhJ87Yi3uG0guNDohfE1A=
Expand Down

0 comments on commit 468f6c9

Please sign in to comment.