Skip to content

Commit

Permalink
INT - sdk=v1.1.24 (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcollins-axway authored May 21, 2022
1 parent e60023e commit a0a9f49
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.17
// replace github.com/Axway/agent-sdk => /home/ubuntu/go/src/github.com/Axway/agent-sdk

require (
github.com/Axway/agent-sdk v1.1.21
github.com/Axway/agent-sdk v1.1.24
github.com/elastic/beats/v7 v7.17.2
github.com/getkin/kin-openapi v0.76.0
github.com/sirupsen/logrus v1.8.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ code.cloudfoundry.org/go-loggregator v7.4.0+incompatible/go.mod h1:KPBTRqj+y738N
code.cloudfoundry.org/gofileutils v0.0.0-20170111115228-4d0c80011a0f/go.mod h1:sk5LnIjB/nIEU7yP5sDQExVm62wu0pBh3yrElngUisI=
code.cloudfoundry.org/rfc5424 v0.0.0-20180905210152-236a6d29298a/go.mod h1:tkZo8GtzBjySJ7USvxm4E36lNQw1D3xM6oKHGqdaAJ4=
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
github.com/Axway/agent-sdk v1.1.21 h1:A9LrJ9uT90bZOtwNiJct1Q7zXAtyDDMCb0M4Y3J28TA=
github.com/Axway/agent-sdk v1.1.21/go.mod h1:Yy5A8zGxFDWsNxJsA+Ivt4QAFaAOUWyaEbAwXg6ZUxY=
github.com/Axway/agent-sdk v1.1.24 h1:lnffpM8VZPUt3uoeCY/EogX8x4uPJAskKh1U4GsWh3A=
github.com/Axway/agent-sdk v1.1.24/go.mod h1:NNRSbAhk14i8TdcPCKfFqDViyXAoEpmpmTQfvuQ7ib0=
github.com/Azure/azure-amqp-common-go/v3 v3.2.1/go.mod h1:O6X1iYHP7s2x7NjUKsXVhkwWrQhxrd+d8/3rRadj4CI=
github.com/Azure/azure-event-hubs-go/v3 v3.3.15/go.mod h1:xgDvUi1+8/bb11WTEaU7VwZREYufzKzjWE4YiPZixb0=
github.com/Azure/azure-pipeline-go v0.1.8/go.mod h1:XA1kFWRVhSK+KNFiOhfv83Fv8L9achrP7OxIzeTn1Yg=
Expand Down
2 changes: 1 addition & 1 deletion pkg/discovery/publish.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@ func BuildServiceBody(service *ServiceDetail) (apic.ServiceBody, error) {
SetTitle(service.Title).
SetURL(service.URL).
SetVersion(service.Version).
SetAccessRequestDefintionName(service.AccessRequestDefinition).
SetAccessRequestDefinitionName(service.AccessRequestDefinition).
Build()
}

0 comments on commit a0a9f49

Please sign in to comment.