Skip to content

Commit 27a8589

Browse files
committed
Use tagged release of github.com/frobware/[email protected]
Ran: go mod tidy; go mod vendor
1 parent 7d0a8d7 commit 27a8589

File tree

5 files changed

+20
-15
lines changed

5 files changed

+20
-15
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module github.com/frobware/haproxytime
22

33
go 1.20
44

5-
require github.com/frobware/comptime v0.0.0-20240404101027-05b58ca911cd
5+
require github.com/frobware/comptime v0.1.0

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github.com/frobware/comptime v0.0.0-20240404101027-05b58ca911cd h1:O1xWkxWDL+y19a/VhXqnNro93b+56isGgHbQW9KiqGs=
2-
github.com/frobware/comptime v0.0.0-20240404101027-05b58ca911cd/go.mod h1:W5rh39LLUPntCkLRwwuL/tH0xCN0IUV1PhDbDzD9Gco=
1+
github.com/frobware/comptime v0.1.0 h1:RV2L3DNOIPpnh1sP9mSLGR3pAnC0om/BQ/EX+HaA/+Q=
2+
github.com/frobware/comptime v0.1.0/go.mod h1:W5rh39LLUPntCkLRwwuL/tH0xCN0IUV1PhDbDzD9Gco=

vendor/github.com/frobware/comptime/README.md

+10-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/frobware/comptime/duration_parser.go

+6-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# github.com/frobware/comptime v0.0.0-20240404101027-05b58ca911cd
1+
# github.com/frobware/comptime v0.1.0
22
## explicit; go 1.20
33
github.com/frobware/comptime

0 commit comments

Comments
 (0)