Skip to content

Commit

Permalink
golang 0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
wardviaene committed Sep 27, 2022
1 parent e89fa65 commit f4ecf16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 4 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
module github.com/in4it/openvpn-onelogin-auth

go 1.15
go 1.19

require (
github.com/BurntSushi/toml v0.3.1
github.com/conformal/yubikey v0.0.0-20140117205816-65ac3de5ed8f // indirect
github.com/juju/loggo v0.0.0-20190212223446-d976af380377
)

require (
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
)
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/conformal/yubikey v0.0.0-20140117205816-65ac3de5ed8f h1:6arIzlpAngUFbjJmFwqdKXCr0iQZkaiAzpDPprqM3Ss=
github.com/conformal/yubikey v0.0.0-20140117205816-65ac3de5ed8f/go.mod h1:zVcG9twkhqcPdA/KivDkevbYHZFWN3gAJkHuxqH4OCc=
github.com/juju/loggo v0.0.0-20190212223446-d976af380377 h1:n6QjW3g5JNY3xPmIjFt6z1H6tFQA6BhwOC2bvTAm1YU=
github.com/juju/loggo v0.0.0-20190212223446-d976af380377/go.mod h1:vgyd7OREkbtVEN/8IXZe5Ooef3LQePvuBm9UWj6ZL8U=
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
Expand Down

0 comments on commit f4ecf16

Please sign in to comment.