Skip to content

Commit

Permalink
Merge branch APIGOV-UpdateSDKForTesting
Browse files Browse the repository at this point in the history
APIGOV-UpdateSDKForTesting - Update SDK for testing
  • Loading branch information
dfeldick authored Sep 27, 2024
2 parents c58eb20 + 5809d45 commit 1c4505b
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion client/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ toolchain go1.21.3
// replace github.com/Axway/agent-sdk => /home/ubuntu/go/src/github.com/Axway/agent-sdk

require (
github.com/Axway/agent-sdk v1.1.99
github.com/Axway/agent-sdk v1.1.100-0.20240926151614-2c77182b8562
github.com/stretchr/testify v1.9.0
)

Expand Down
4 changes: 2 additions & 2 deletions client/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ cloud.google.com/go/storage v1.8.0/go.mod h1:Wv1Oy7z6Yz3DshWRJFhqM/UCfaWIRTdp0RX
cloud.google.com/go/storage v1.10.0/go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9ullr3+Kg0=
cloud.google.com/go/storage v1.14.0/go.mod h1:GrKmX003DSIwi9o29oFT7YDnHYwZoctc3fOKtUw0Xmo=
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
github.com/Axway/agent-sdk v1.1.99 h1:+SX1Voew8YK8qKjn2V0eLELHQ4GGFBYyxUvJwkZgMpI=
github.com/Axway/agent-sdk v1.1.99/go.mod h1:NhERCib3ua60r5kiw64988w+MzOnjUAGZSmj8nRETjY=
github.com/Axway/agent-sdk v1.1.100-0.20240926151614-2c77182b8562 h1:pKx68hpwiKmPeq9W5oAJV61hFMD9qOPi06/XheMbIU0=
github.com/Axway/agent-sdk v1.1.100-0.20240926151614-2c77182b8562/go.mod h1:NhERCib3ua60r5kiw64988w+MzOnjUAGZSmj8nRETjY=
github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
Expand Down
2 changes: 1 addition & 1 deletion discovery/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ toolchain go1.21.3
// replace github.com/Axway/agent-sdk => /home/ubuntu/go/src/github.com/Axway/agent-sdk

require (
github.com/Axway/agent-sdk v1.1.99
github.com/Axway/agent-sdk v1.1.100-0.20240926151614-2c77182b8562
github.com/Axway/agents-apigee/client v0.0.0-00010101000000-000000000000
github.com/stretchr/testify v1.9.0
)
Expand Down
4 changes: 2 additions & 2 deletions discovery/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ cloud.google.com/go/storage v1.8.0/go.mod h1:Wv1Oy7z6Yz3DshWRJFhqM/UCfaWIRTdp0RX
cloud.google.com/go/storage v1.10.0/go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9ullr3+Kg0=
cloud.google.com/go/storage v1.14.0/go.mod h1:GrKmX003DSIwi9o29oFT7YDnHYwZoctc3fOKtUw0Xmo=
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
github.com/Axway/agent-sdk v1.1.99 h1:+SX1Voew8YK8qKjn2V0eLELHQ4GGFBYyxUvJwkZgMpI=
github.com/Axway/agent-sdk v1.1.99/go.mod h1:NhERCib3ua60r5kiw64988w+MzOnjUAGZSmj8nRETjY=
github.com/Axway/agent-sdk v1.1.100-0.20240926151614-2c77182b8562 h1:pKx68hpwiKmPeq9W5oAJV61hFMD9qOPi06/XheMbIU0=
github.com/Axway/agent-sdk v1.1.100-0.20240926151614-2c77182b8562/go.mod h1:NhERCib3ua60r5kiw64988w+MzOnjUAGZSmj8nRETjY=
github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
Expand Down
2 changes: 1 addition & 1 deletion traceability/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ toolchain go1.21.3
replace github.com/Axway/agents-apigee/client => ../client

require (
github.com/Axway/agent-sdk v1.1.99
github.com/Axway/agent-sdk v1.1.100-0.20240926151614-2c77182b8562
github.com/Axway/agents-apigee/client v0.0.0-00010101000000-000000000000
github.com/elastic/beats/v7 v7.17.23
github.com/gofrs/uuid v4.4.0+incompatible
Expand Down
4 changes: 2 additions & 2 deletions traceability/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ cloud.google.com/go/storage v1.8.0/go.mod h1:Wv1Oy7z6Yz3DshWRJFhqM/UCfaWIRTdp0RX
cloud.google.com/go/storage v1.10.0/go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9ullr3+Kg0=
cloud.google.com/go/storage v1.14.0/go.mod h1:GrKmX003DSIwi9o29oFT7YDnHYwZoctc3fOKtUw0Xmo=
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
github.com/Axway/agent-sdk v1.1.99 h1:+SX1Voew8YK8qKjn2V0eLELHQ4GGFBYyxUvJwkZgMpI=
github.com/Axway/agent-sdk v1.1.99/go.mod h1:NhERCib3ua60r5kiw64988w+MzOnjUAGZSmj8nRETjY=
github.com/Axway/agent-sdk v1.1.100-0.20240926151614-2c77182b8562 h1:pKx68hpwiKmPeq9W5oAJV61hFMD9qOPi06/XheMbIU0=
github.com/Axway/agent-sdk v1.1.100-0.20240926151614-2c77182b8562/go.mod h1:NhERCib3ua60r5kiw64988w+MzOnjUAGZSmj8nRETjY=
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 h1:w+iIsaOQNcT7OZ575w+acHgRric5iCyQh+xv+KJ4HB8=
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78/go.mod h1:LmzpDX56iTiv29bbRTIsUNlaFfuhWRQBWjQdVyAevI8=
github.com/Azure/go-autorest v12.2.0+incompatible/go.mod h1:r+4oMnoxhatjLLJ6zxSWATqVooLgysK6ZNox3g/xq24=
Expand Down

0 comments on commit 1c4505b

Please sign in to comment.