mirror of
https://github.com/Luzifer/vault-openvpn.git
synced 2024-11-08 16:20:05 +00:00
e74046627f
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20210508051633-16afe75a6701 to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/commits/v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
32 lines
1.2 KiB
Modula-2
32 lines
1.2 KiB
Modula-2
module github.com/Luzifer/vault-openvpn
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/Luzifer/go-dhparam v1.1.0
|
|
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/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/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/rivo/uniseg v0.2.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
|
|
golang.org/x/net v0.7.0 // indirect
|
|
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect
|
|
gopkg.in/ini.v1 v1.62.0 // indirect
|
|
)
|