Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit abf313d

Browse files
committed
Tidy go libraries
Signed-off-by: Guvenc Gulce <[email protected]>
1 parent 959cc1f commit abf313d

File tree

2 files changed

+491
-17
lines changed

2 files changed

+491
-17
lines changed

go.mod

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,21 @@ module go_client_1.go
22

33
go 1.19
44

5+
require (
6+
github.com/google/addlicense v1.1.1
7+
github.com/prometheus/client_golang v1.14.0
8+
)
9+
510
require (
611
github.com/beorn7/perks v1.0.1 // indirect
12+
github.com/bmatcuk/doublestar/v4 v4.0.2 // indirect
713
github.com/cespare/xxhash/v2 v2.1.2 // indirect
814
github.com/golang/protobuf v1.5.2 // indirect
915
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
10-
github.com/prometheus/client_golang v1.14.0 // indirect
1116
github.com/prometheus/client_model v0.3.0 // indirect
1217
github.com/prometheus/common v0.37.0 // indirect
1318
github.com/prometheus/procfs v0.8.0 // indirect
19+
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f // indirect
1420
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
1521
google.golang.org/protobuf v1.28.1 // indirect
1622
)

0 commit comments

Comments
 (0)