Skip to content

Commit

Permalink
Update goipa.
Browse files Browse the repository at this point in the history
This should address issue #53.
  • Loading branch information
aebruno committed Jul 15, 2020
1 parent 734e39a commit cb0fb1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ require (
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.4.0
github.com/ubccr/goipa v0.0.1
github.com/ubccr/goipa v0.0.2
github.com/urfave/cli v1.22.1
github.com/urfave/negroni v1.0.0
golang.org/x/crypto v0.0.0-20191001103751-88343688bb37
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,8 @@ github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhV
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U=
github.com/ubccr/goipa v0.0.1 h1:HbndBvSp8xolR2YZGOGz7vpMGppY+cysLjNhgEckdSU=
github.com/ubccr/goipa v0.0.1/go.mod h1:UlX5lo84wpCMyj1NoJHuLh+VUFJM/AO0/QI0qNYbP0k=
github.com/ubccr/goipa v0.0.2 h1:0NPCbYRDVeu4jEzad3TvTIB3p5h88EKo0SBm4NM5lPo=
github.com/ubccr/goipa v0.0.2/go.mod h1:soae44LmlmfGYzBJ0jL4G2Wl1pV9OUS1CtJBaSpknek=
github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc=
github.com/urfave/cli v1.22.1 h1:+mkCCcOFKPnCmVYVcURKps1Xe+3zP90gSYGNfRkjoIY=
github.com/urfave/cli v1.22.1/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtXRu0=
Expand Down

0 comments on commit cb0fb1a

Please sign in to comment.