Skip to content

Commit 24fb9b2

Browse files
committed
mod tidy
1 parent 992e1a4 commit 24fb9b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ require (
2121
github.com/go-resty/resty/v2 v2.15.3
2222
github.com/google/go-github/v50 v50.2.0
2323
github.com/google/uuid v1.6.0
24+
github.com/hashicorp/consul/sdk v0.16.2
2425
github.com/minio/minio-go/v7 v7.0.68
2526
github.com/pelletier/go-toml v1.9.5
2627
github.com/pelletier/go-toml/v2 v2.2.3
@@ -94,7 +95,6 @@ require (
9495
github.com/gogo/protobuf v1.3.2 // indirect
9596
github.com/google/go-querystring v1.1.0 // indirect
9697
github.com/gorilla/websocket v1.5.1 // indirect
97-
github.com/hashicorp/consul/sdk v0.16.2 // indirect
9898
github.com/holiman/uint256 v1.3.2 // indirect
9999
github.com/json-iterator/go v1.1.12 // indirect
100100
github.com/klauspost/compress v1.17.11 // indirect

0 commit comments

Comments
 (0)