mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 20:39:18 -08:00
ops: refactor + CA stuff
This commit is contained in:
parent
5da80d3c52
commit
671d858731
11 changed files with 426 additions and 171 deletions
5
go.mod
5
go.mod
|
|
@ -5,8 +5,11 @@ go 1.18
|
|||
require (
|
||||
github.com/creasty/defaults v1.6.0
|
||||
github.com/pulumi/pulumi-cloudflare/sdk/v4 v4.15.0
|
||||
github.com/pulumi/pulumi-command/sdk v0.7.0
|
||||
github.com/pulumi/pulumi-tailscale/sdk v0.11.0
|
||||
github.com/pulumi/pulumi-tls/sdk/v4 v4.6.1
|
||||
github.com/pulumi/pulumi/sdk/v3 v3.52.1
|
||||
golang.org/x/crypto v0.0.0-20220824171710-5757bc0c5503
|
||||
gopkg.in/yaml.v3 v3.0.1
|
||||
)
|
||||
|
||||
|
|
@ -45,6 +48,7 @@ require (
|
|||
github.com/sabhiram/go-gitignore v0.0.0-20180611051255-d3107576ba94 // indirect
|
||||
github.com/santhosh-tekuri/jsonschema/v5 v5.0.0 // indirect
|
||||
github.com/sergi/go-diff v1.1.0 // indirect
|
||||
github.com/spf13/cast v1.3.1 // indirect
|
||||
github.com/spf13/cobra v1.4.0 // indirect
|
||||
github.com/spf13/pflag v1.0.5 // indirect
|
||||
github.com/texttheater/golang-levenshtein v0.0.0-20191208221605-eb6844b05fc6 // indirect
|
||||
|
|
@ -53,7 +57,6 @@ require (
|
|||
github.com/uber/jaeger-lib v2.2.0+incompatible // indirect
|
||||
github.com/xanzy/ssh-agent v0.3.2 // indirect
|
||||
go.uber.org/atomic v1.6.0 // indirect
|
||||
golang.org/x/crypto v0.0.0-20220824171710-5757bc0c5503 // indirect
|
||||
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
|
||||
golang.org/x/sys v0.0.0-20220823224334-20c2bfdbfe24 // indirect
|
||||
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue