Skip to content

Commit

Permalink
fix: remove generated config fields with null or undefined values (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwelch-spike authored Apr 10, 2024
1 parent 018eb7b commit 402ae81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ toolchain go1.21.7

require (
github.com/aerospike/aerospike-client-go/v7 v7.1.0
github.com/aerospike/aerospike-management-lib v1.2.1-0.20240326221916-a8800a6bb793
github.com/aerospike/aerospike-management-lib v1.3.1-0.20240409220947-a6f802af72d4
github.com/aerospike/tools-common-go v0.0.0-20240221005915-c73ebdf1bd6b
github.com/bombsimon/logrusr/v4 v4.1.0
github.com/docker/docker v25.0.3+incompatible
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ github.com/aerospike/aerospike-client-go/v7 v7.1.0 h1:yvCTKdbpqZxHvv7sWsFHV1j49j
github.com/aerospike/aerospike-client-go/v7 v7.1.0/go.mod h1:AkHiKvCbqa1c16gCNGju3c5X/yzwLVvblNczqjxNwNk=
github.com/aerospike/aerospike-management-lib v1.2.1-0.20240326221916-a8800a6bb793 h1:7FyNeFpecWs0T09SjubmVyyuuxhVhPKuxWe4hxTkaZU=
github.com/aerospike/aerospike-management-lib v1.2.1-0.20240326221916-a8800a6bb793/go.mod h1:o1TV3BTsAiuZ5HtZi9E4FgXqWRwjDzlkS4bfvfaAHLU=
github.com/aerospike/aerospike-management-lib v1.3.1-0.20240409220947-a6f802af72d4 h1:8Wt/yfWEKLyuzDeqdPgNI97CZ/5XPmwJ8weV6hxIGGE=
github.com/aerospike/aerospike-management-lib v1.3.1-0.20240409220947-a6f802af72d4/go.mod h1:o1TV3BTsAiuZ5HtZi9E4FgXqWRwjDzlkS4bfvfaAHLU=
github.com/aerospike/tools-common-go v0.0.0-20240221005915-c73ebdf1bd6b h1:Sk92l0SkqdshTp8QnW1xBcmoKYR4qa8VPy+T4RtsTh4=
github.com/aerospike/tools-common-go v0.0.0-20240221005915-c73ebdf1bd6b/go.mod h1:mcux7qQwlXFXsDL/9upIPLjbOuqkQBwVBO9HJaqPQ6s=
github.com/bombsimon/logrusr/v4 v4.1.0 h1:uZNPbwusB0eUXlO8hIUwStE6Lr5bLN6IgYgG+75kuh4=
Expand Down

0 comments on commit 402ae81

Please sign in to comment.