Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
fix: bump deps (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr authored Jun 8, 2020
1 parent ec156ff commit a6a4fe3
Show file tree
Hide file tree
Showing 3 changed files with 382 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ import (
"strings"
"sync"

"github.com/ory/viper"
"github.com/ory/x/cmdx"
"github.com/ory/x/flagx"
"github.com/pborman/uuid"
"github.com/spf13/cobra"
"github.com/spf13/viper"
)

// RootCmd represents the base command when called without any subcommands
Expand Down
14 changes: 10 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
module github.com/ory/go-acc

require (
github.com/ory/x v0.0.85
github.com/google/uuid v1.1.1 // indirect
github.com/mitchellh/mapstructure v1.3.2 // indirect
github.com/ory/viper v1.7.5
github.com/ory/x v0.0.128
github.com/pborman/uuid v1.2.0
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.3.2
github.com/pelletier/go-toml v1.8.0 // indirect
github.com/spf13/cobra v1.0.0
golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 // indirect
google.golang.org/grpc v1.29.1 // indirect
gopkg.in/ini.v1 v1.57.0 // indirect
)

go 1.13
go 1.14
Loading

0 comments on commit a6a4fe3

Please sign in to comment.