Skip to content

Commit

Permalink
update bloxone-go-client to v0.1.0 (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewab authored May 3, 2024
1 parent 538399f commit 40a9cba
Show file tree
Hide file tree
Showing 20 changed files with 163 additions and 22 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/hashicorp/terraform-plugin-log v0.9.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.29.0
github.com/hashicorp/terraform-plugin-testing v1.5.1
github.com/infobloxopen/bloxone-go-client v0.0.0-20240501160554-23db084840f5
github.com/infobloxopen/bloxone-go-client v0.1.0
golang.org/x/exp v0.0.0-20240314144324-c7f7c6466f7f
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ github.com/huandu/xstrings v1.3.2/go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq
github.com/imdario/mergo v0.3.11/go.mod h1:jmQim1M+e3UYxmgPu/WyfjB3N3VflVyUjjjwH0dnCYA=
github.com/imdario/mergo v0.3.15 h1:M8XP7IuFNsqUx6VPK2P9OSmsYsI/YFaGil0uD21V3dM=
github.com/imdario/mergo v0.3.15/go.mod h1:WBLT9ZmE3lPoWsEzCh9LPo3TiwVN+ZKEjmz+hD27ysY=
github.com/infobloxopen/bloxone-go-client v0.0.0-20240501160554-23db084840f5 h1:eWZdDCZvMlJR0D8prXE6xDh9qmNbeRsJHestwXlXKMQ=
github.com/infobloxopen/bloxone-go-client v0.0.0-20240501160554-23db084840f5/go.mod h1:vLxTz6q3NB16FVjsDAyhx3kuQycdmUtbvD5dYUVPjkI=
github.com/infobloxopen/bloxone-go-client v0.1.0 h1:7l8/Er7Et9gZGmZl/fyT3CsYNi23h5rzBw/0vojfzjU=
github.com/infobloxopen/bloxone-go-client v0.1.0/go.mod h1:vLxTz6q3NB16FVjsDAyhx3kuQycdmUtbvD5dYUVPjkI=
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 h1:BQSFePA1RWJOlocH6Fxy8MmwDt+yVQYULKfN0RoTN8A=
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99/go.mod h1:1lJo3i6rXxKeerYnT8Nvf0QmHCRC1n8sfWVwXF2Frvo=
github.com/jhump/protoreflect v1.15.1 h1:HUMERORf3I3ZdX05WaQ6MIpd/NJ434hTp5YiKgfCL6c=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ github.com/huandu/xstrings
# github.com/imdario/mergo v0.3.15
## explicit; go 1.13
github.com/imdario/mergo
# github.com/infobloxopen/bloxone-go-client v0.0.0-20240501160554-23db084840f5
# github.com/infobloxopen/bloxone-go-client v0.1.0
## explicit; go 1.19
github.com/infobloxopen/bloxone-go-client/anycast
github.com/infobloxopen/bloxone-go-client/client
Expand Down

0 comments on commit 40a9cba

Please sign in to comment.