Skip to content

Commit

Permalink
UPD : updated api/sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
sgonzalezoyuela committed Jul 19, 2023
1 parent 18e1f61 commit e57a40e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/atricore/josso-cli-go
go 1.16

require (
github.com/atricore/josso-api-go v0.5.1
github.com/atricore/josso-sdk-go v0.5.2
github.com/atricore/josso-api-go v0.5.2
github.com/atricore/josso-sdk-go v0.5.3
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.4.0
github.com/spf13/viper v1.10.1
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmV
github.com/armon/go-metrics v0.3.10/go.mod h1:4O98XIr/9W0sxpJ8UaYkvjk10Iff7SnFrb4QAOwNTFc=
github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8=
github.com/armon/go-radix v1.0.0/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8=
github.com/atricore/josso-api-go v0.5.1 h1:gHckHT+858afWLOkRKD1mOVAehoRsPAw5ZJ5dp4bzp0=
github.com/atricore/josso-api-go v0.5.1/go.mod h1:Oys9D0y1x+bvyIsnRFl6JOYiIV7KQkuToIQa+jxeuHs=
github.com/atricore/josso-sdk-go v0.5.2 h1:W4a/WTLJhEMxk1sPAHesOOOpLYqT2DwEPaZGW/9YaUY=
github.com/atricore/josso-sdk-go v0.5.2/go.mod h1:E8mi1w6Jf+ah3CQnFAgyStAkz6Hopou4fHUIX9ldDko=
github.com/atricore/josso-api-go v0.5.2 h1:MOzltRWwIqpMUf2MAFbE8z5GmapELB+gawDD04N9DV4=
github.com/atricore/josso-api-go v0.5.2/go.mod h1:Oys9D0y1x+bvyIsnRFl6JOYiIV7KQkuToIQa+jxeuHs=
github.com/atricore/josso-sdk-go v0.5.3 h1:gTCZwkEgrKzjKceyq50HZgUOYQWzs3tU9lpMMfGDEqM=
github.com/atricore/josso-sdk-go v0.5.3/go.mod h1:OKggR584RoonqIBgmKGgFMRnODHJQWaGje+zSV2x7lY=
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=
github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8=
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
Expand Down
2 changes: 1 addition & 1 deletion vendor/github.com/atricore/josso-sdk-go/go.mod

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

4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# github.com/atricore/josso-api-go v0.5.1
# github.com/atricore/josso-api-go v0.5.2
## explicit
github.com/atricore/josso-api-go
# github.com/atricore/josso-sdk-go v0.5.2
# github.com/atricore/josso-sdk-go v0.5.3
## explicit
github.com/atricore/josso-sdk-go
# github.com/fsnotify/fsnotify v1.5.1
Expand Down

0 comments on commit e57a40e

Please sign in to comment.