Skip to content

Commit cfa5d8c

Browse files
author
Jesse S
authored
fix: Update mgmt-lib to fix network.tls generation (#33)
1 parent 053c9f4 commit cfa5d8c

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.20
44

55
require (
66
github.com/aerospike/aerospike-client-go/v6 v6.14.1
7-
github.com/aerospike/aerospike-management-lib v1.2.0
7+
github.com/aerospike/aerospike-management-lib v1.2.1-0.20240131023930-e7454a7e0866
88
github.com/aerospike/tools-common-go v0.0.0-20240126183151-d9f720a5507f
99
github.com/bombsimon/logrusr/v4 v4.1.0
1010
github.com/docker/docker v24.0.7+incompatible

go.sum

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@ github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migc
44
github.com/Microsoft/go-winio v0.6.1/go.mod h1:LRdKpFKfdobln8UmuiYcKPot9D2v6svN5+sAH+4kjUM=
55
github.com/aerospike/aerospike-client-go/v6 v6.14.1 h1:1DB9rgbPcCSjR7QS+2CL4MM4atdVcRiWa2AVKO7ydyY=
66
github.com/aerospike/aerospike-client-go/v6 v6.14.1/go.mod h1:/0Wm81GhMqem+9flWcpazPKoRfjFeG6WrQdXGiMNi0A=
7-
github.com/aerospike/aerospike-management-lib v1.2.0 h1:aBs6ZTJeVAlWZGUyxAwEBorqQG2aqQh4Ut3yxpQlV9k=
8-
github.com/aerospike/aerospike-management-lib v1.2.0/go.mod h1:NwegUX6or8xmwVMIueBmGTW7lfKlZ9XDQoCuhnQKMCA=
9-
github.com/aerospike/tools-common-go v0.0.0-20240119223231-5879272be88e h1:0XSLj7JHg3gXanQwUqE4my2scwrpFor9vJdqHGXvNsI=
10-
github.com/aerospike/tools-common-go v0.0.0-20240119223231-5879272be88e/go.mod h1:JaDR4z9G/GsYx7N33UBmKY0Bm0QlKpCzX23Kub1FOVo=
7+
github.com/aerospike/aerospike-management-lib v1.2.1-0.20240131023930-e7454a7e0866 h1:h7rAmIJG/z+pq5hQ2Zi0xHbgG3pNdea/hSH4l5ay9FE=
8+
github.com/aerospike/aerospike-management-lib v1.2.1-0.20240131023930-e7454a7e0866/go.mod h1:NwegUX6or8xmwVMIueBmGTW7lfKlZ9XDQoCuhnQKMCA=
119
github.com/aerospike/tools-common-go v0.0.0-20240126183151-d9f720a5507f h1:GzMQfBG2KyZ8reYhrYqPnGDMWbxiuaQjnzrs7Y9gRQY=
1210
github.com/aerospike/tools-common-go v0.0.0-20240126183151-d9f720a5507f/go.mod h1:JaDR4z9G/GsYx7N33UBmKY0Bm0QlKpCzX23Kub1FOVo=
1311
github.com/bombsimon/logrusr/v4 v4.1.0 h1:uZNPbwusB0eUXlO8hIUwStE6Lr5bLN6IgYgG+75kuh4=

0 commit comments

Comments
 (0)