PaloAltoNetworks / a3s

Auth As A Service
Apache License 2.0
8 stars 5 forks source link

Update NATS (@ latest) plus bahamut, elemental, manipulate, tg (@ master) #90

Closed kevincantu closed 11 months ago

kevincantu commented 11 months ago
go get -u github.com/nats-io/nats-server/v2@latest
go get -u go.aporeto.io/tg@master
go get -u go.aporeto.io/manipulate@master
go get -u go.aporeto.io/elemental@master
go get -u go.aporeto.io/bahamut@master
go mod tidy
ericrpowers commented 11 months ago

Likely just missing this line: https://git.scm.prismacloud.io/prismacloud/pcn/backend/-/blob/master/Makefile#L120 We are just ignoring this check.

kevincantu commented 11 months ago

That did the trick, @ericrpowers!