diff --git a/go.mod b/go.mod index 544c039..b9c2e2a 100644 --- a/go.mod +++ b/go.mod @@ -15,7 +15,7 @@ go 1.23.0 toolchain go1.26.2 require ( - github.com/adobe/ims-go v0.23.0 + github.com/adobe/ims-go v0.24.0 github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c github.com/spf13/cobra v1.10.2 github.com/spf13/viper v1.21.0 diff --git a/go.sum b/go.sum index 8919923..c981c68 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/adobe/ims-go v0.23.0 h1:OYtCXoNJEAgG30CnLVd4PFvWN5Vv4u/Q72OZlGkfkEA= -github.com/adobe/ims-go v0.23.0/go.mod h1:zGpx0ylsumBjkgd8fYgzJ8+Ci/zFABiBTAxbCscsyR8= +github.com/adobe/ims-go v0.24.0 h1:GCChkRMHyAun419OmL/TqYX7WJ/9FZMn0ey3z/0K6Ow= +github.com/adobe/ims-go v0.24.0/go.mod h1:zGpx0ylsumBjkgd8fYgzJ8+Ci/zFABiBTAxbCscsyR8= github.com/cpuguy83/go-md2man/v2 v2.0.6/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=