Skip to content

Commit 18ac799

Browse files
committed
update app-services SDK
1 parent 3c5b0fe commit 18ac799

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

cfn-resources/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ require (
4343
github.com/josharian/intern v1.0.0 // indirect
4444
github.com/mailru/easyjson v0.7.7 // indirect
4545
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
46-
github.com/mongodb-labs/go-client-mongodb-atlas-app-services v1.0.0-pre // indirect
46+
github.com/mongodb-labs/go-client-mongodb-atlas-app-services v1.0.0 // indirect
4747
github.com/oasdiff/yaml v0.0.0-20241210131133-6b86fb107d80 // indirect
4848
github.com/oasdiff/yaml3 v0.0.0-20241210130736-a94c01f36349 // indirect
4949
github.com/openlyinc/pointy v1.2.0 // indirect

cfn-resources/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ github.com/mongodb-forks/digest v1.1.0 h1:7eUdsR1BtqLv0mdNm4OXs6ddWvR4X2/OsLwdKk
7676
github.com/mongodb-forks/digest v1.1.0/go.mod h1:rb+EX8zotClD5Dj4NdgxnJXG9nwrlx3NWKJ8xttz1Dg=
7777
github.com/mongodb-labs/go-client-mongodb-atlas-app-services v1.0.0-pre h1:ikBZOTvFcpgKPcheKKqn1xnBc0REvkmlTbR+grJjcb8=
7878
github.com/mongodb-labs/go-client-mongodb-atlas-app-services v1.0.0-pre/go.mod h1:AJpBaQM0zT9fIFib9E0GPKS0HHjS2Qm6Ti/cPJDgsJw=
79+
github.com/mongodb-labs/go-client-mongodb-atlas-app-services v1.0.0 h1:96odFUHQA0qn/7OP7L8CieQbuDhm6s2JBIvqY4suptk=
80+
github.com/mongodb-labs/go-client-mongodb-atlas-app-services v1.0.0/go.mod h1:AJpBaQM0zT9fIFib9E0GPKS0HHjS2Qm6Ti/cPJDgsJw=
7981
github.com/oasdiff/yaml v0.0.0-20241210131133-6b86fb107d80 h1:nZspmSkneBbtxU9TopEAE0CY+SBJLxO8LPUlw2vG4pU=
8082
github.com/oasdiff/yaml v0.0.0-20241210131133-6b86fb107d80/go.mod h1:7tFDb+Y51LcDpn26GccuUgQXUk6t0CXZsivKjyimYX8=
8183
github.com/oasdiff/yaml3 v0.0.0-20241210130736-a94c01f36349 h1:t05Ww3DxZutOqbMN+7OIuqDwXbhl32HiZGpLy26BAPc=

0 commit comments

Comments
 (0)