This repository has been archived by the owner on Apr 14, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Knut Ahlers <[email protected]>
- Loading branch information
Showing
5 changed files
with
549 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,43 @@ | ||
module github.com/Luzifer/vault-openvpn | ||
|
||
go 1.16 | ||
|
||
require ( | ||
github.com/Luzifer/go-dhparam v1.0.0 | ||
github.com/Luzifer/go-dhparam v1.1.0 | ||
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect | ||
github.com/armon/go-radix v1.0.0 // indirect | ||
github.com/coreos/etcd v3.3.12+incompatible // indirect | ||
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect | ||
github.com/hashicorp/go-retryablehttp v0.5.2 // indirect | ||
github.com/hashicorp/go-rootcerts v1.0.0 // indirect | ||
github.com/hashicorp/go-sockaddr v1.0.1 // indirect | ||
github.com/hashicorp/vault v1.0.3 | ||
github.com/coreos/go-etcd v2.0.0+incompatible // indirect | ||
github.com/fsnotify/fsnotify v1.4.9 // indirect | ||
github.com/golang/snappy v0.0.3 // indirect | ||
github.com/hashicorp/errwrap v1.1.0 // indirect | ||
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect | ||
github.com/hashicorp/go-multierror v1.1.1 // indirect | ||
github.com/hashicorp/go-retryablehttp v0.7.0 // indirect | ||
github.com/hashicorp/vault/api v1.1.0 | ||
github.com/hashicorp/vault/sdk v0.2.0 | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/mattn/go-colorable v0.1.0 // indirect | ||
github.com/mattn/go-isatty v0.0.4 // indirect | ||
github.com/mattn/go-runewidth v0.0.4 // indirect | ||
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect | ||
github.com/magiconair/properties v1.8.5 // indirect | ||
github.com/mattn/go-runewidth v0.0.12 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 | ||
github.com/olekukonko/tablewriter v0.0.1 | ||
github.com/pierrec/lz4 v2.0.5+incompatible // indirect | ||
github.com/pkg/errors v0.8.1 // indirect | ||
github.com/mitchellh/mapstructure v1.4.1 // indirect | ||
github.com/olekukonko/tablewriter v0.0.5 | ||
github.com/pelletier/go-toml v1.9.0 // indirect | ||
github.com/pierrec/lz4 v2.6.0+incompatible // indirect | ||
github.com/posener/complete v1.2.1 // indirect | ||
github.com/rivo/uniseg v0.2.0 // indirect | ||
github.com/ryanuber/go-glob v1.0.0 // indirect | ||
github.com/sirupsen/logrus v1.3.0 | ||
github.com/spf13/afero v1.2.1 // indirect | ||
github.com/spf13/cobra v0.0.3 | ||
github.com/spf13/viper v1.3.1 | ||
github.com/stretchr/testify v1.3.0 // indirect | ||
github.com/sirupsen/logrus v1.8.1 | ||
github.com/spf13/afero v1.6.0 // indirect | ||
github.com/spf13/cast v1.3.1 // indirect | ||
github.com/spf13/cobra v1.1.3 | ||
github.com/spf13/jwalterweatherman v1.1.0 // indirect | ||
github.com/spf13/viper v1.7.1 | ||
github.com/ugorji/go/codec v0.0.0-20190204201341-e444a5086c43 // indirect | ||
golang.org/x/crypto v0.0.0-20190211182817-74369b46fc67 // indirect | ||
golang.org/x/net v0.0.0-20190213061140-3a22650c66bd // indirect | ||
golang.org/x/sys v0.0.0-20190214214411-e77772198cdc // indirect | ||
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c // indirect | ||
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect | ||
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 // indirect | ||
golang.org/x/crypto v0.0.0-20210506145944-38f3c27a63bf // indirect | ||
golang.org/x/net v0.0.0-20210508051633-16afe75a6701 // indirect | ||
golang.org/x/sys v0.0.0-20210507161434-a76c4d0a0096 // indirect | ||
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect | ||
gopkg.in/ini.v1 v1.62.0 // indirect | ||
) |
Oops, something went wrong.