Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade dependencies #98

Merged
merged 5 commits into from
May 31, 2024
Merged

Upgrade dependencies #98

merged 5 commits into from
May 31, 2024

Commits on May 31, 2024

  1. Upgrade dependencies

    go get -u go.aporeto.io/tg@may31
    
    go get -u go.aporeto.io/bahamut@master
    go get -u go.aporeto.io/manipulate@master
    go get -u go.aporeto.io/elemental@master
    
    go get -u github.com/nats-io/nats-server/v2@latest
    go get -u github.com/smartystreets/goconvey@latest
    go get -u github.com/spf13/viper@latest
    go get -u github.com/spf13/cobra@latest
    go get -u github.com/spf13/pflag@latest
    go get -u golang.org/x/term@latest
    go get -u go.uber.org/zap@latest
    
    go mod tidy
    kevincantu committed May 31, 2024
    Configuration menu
    Copy the full SHA
    3cac063 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f400ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    359f7a5 View commit details
    Browse the repository at this point in the history
  4. More

    kevincantu committed May 31, 2024
    Configuration menu
    Copy the full SHA
    e9ed480 View commit details
    Browse the repository at this point in the history
  5. Cleanup

    kevincantu committed May 31, 2024
    Configuration menu
    Copy the full SHA
    447a13a View commit details
    Browse the repository at this point in the history