mirror of
https://github.com/Luzifer/korvike.git
synced 2024-11-08 15:30:05 +00:00
26 lines
1.1 KiB
Modula-2
26 lines
1.1 KiB
Modula-2
module github.com/Luzifer/korvike
|
|
|
|
go 1.12
|
|
|
|
replace github.com/Luzifer/korvike/functions => ./functions
|
|
|
|
require (
|
|
github.com/Luzifer/go_helpers/v2 v2.12.2
|
|
github.com/Luzifer/korvike/functions v0.6.1
|
|
github.com/Luzifer/rconfig/v2 v2.2.1
|
|
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.0 // indirect
|
|
github.com/hashicorp/go-retryablehttp v0.6.8 // indirect
|
|
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
|
|
github.com/mitchellh/mapstructure v1.4.1 // indirect
|
|
github.com/pierrec/lz4 v2.6.0+incompatible // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 // indirect
|
|
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
|
|
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect
|
|
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
|
|
gopkg.in/validator.v2 v2.0.0-20200605151824-2b28d334fa05 // indirect
|
|
)
|