@@ -3,13 +3,12 @@ module github.com/mbrav/pulumi-netbird/examples/go
33go 1.25.1
44
55require (
6- github.com/mbrav/pulumi-netbird/sdk v0.1.0
7- github.com/pulumi/pulumi/sdk/v3 v3.200 .0
6+ github.com/mbrav/pulumi-netbird/sdk v0.1.1
7+ github.com/pulumi/pulumi/sdk/v3 v3.212 .0
88)
99
1010require (
1111 dario.cat/mergo v1.0.2 // indirect
12- github.com/BurntSushi/toml v1.5.0 // indirect
1312 github.com/Microsoft/go-winio v0.6.2 // indirect
1413 github.com/ProtonMail/go-crypto v1.3.0 // indirect
1514 github.com/agext/levenshtein v1.2.3 // indirect
@@ -19,21 +18,23 @@ require (
1918 github.com/blang/semver v3.5.1+incompatible // indirect
2019 github.com/charmbracelet/bubbles v0.21.0 // indirect
2120 github.com/charmbracelet/bubbletea v1.3.10 // indirect
22- github.com/charmbracelet/colorprofile v0.3.2 // indirect
21+ github.com/charmbracelet/colorprofile v0.4.1 // indirect
2322 github.com/charmbracelet/lipgloss v1.1.0 // indirect
24- github.com/charmbracelet/x/ansi v0.10.2 // indirect
25- github.com/charmbracelet/x/cellbuf v0.0.13 // indirect
26- github.com/charmbracelet/x/term v0.2.1 // indirect
23+ github.com/charmbracelet/x/ansi v0.11.3 // indirect
24+ github.com/charmbracelet/x/cellbuf v0.0.14 // indirect
25+ github.com/charmbracelet/x/term v0.2.2 // indirect
2726 github.com/cheggaaa/pb v1.0.29 // indirect
28- github.com/clipperhouse/uax29/v2 v2.2.0 // indirect
27+ github.com/clipperhouse/displaywidth v0.6.2 // indirect
28+ github.com/clipperhouse/stringish v0.1.1 // indirect
29+ github.com/clipperhouse/uax29/v2 v2.3.0 // indirect
2930 github.com/cloudflare/circl v1.6.1 // indirect
30- github.com/cyphar/filepath-securejoin v0.5.0 // indirect
31+ github.com/cyphar/filepath-securejoin v0.6.1 // indirect
3132 github.com/djherbis/times v1.6.0 // indirect
3233 github.com/emirpasic/gods v1.18.1 // indirect
3334 github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
3435 github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
35- github.com/go-git/go-billy/v5 v5.6.2 // indirect
36- github.com/go-git/go-git/v5 v5.16.3 // indirect
36+ github.com/go-git/go-billy/v5 v5.7.0 // indirect
37+ github.com/go-git/go-git/v5 v5.16.4 // indirect
3738 github.com/gogo/protobuf v1.3.2 // indirect
3839 github.com/golang/glog v1.2.5 // indirect
3940 github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
@@ -58,17 +59,18 @@ require (
5859 github.com/opentracing/basictracer-go v1.1.0 // indirect
5960 github.com/opentracing/opentracing-go v1.2.0 // indirect
6061 github.com/pgavlin/fx v0.1.6 // indirect
62+ github.com/pgavlin/fx/v2 v2.0.12 // indirect
6163 github.com/pjbgf/sha1cd v0.5.0 // indirect
6264 github.com/pkg/errors v0.9.1 // indirect
6365 github.com/pkg/term v1.1.0 // indirect
6466 github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 // indirect
65- github.com/pulumi/esc v0.18 .0 // indirect
67+ github.com/pulumi/esc v0.20 .0 // indirect
6668 github.com/rivo/uniseg v0.4.7 // indirect
6769 github.com/rogpeppe/go-internal v1.14.1 // indirect
6870 github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 // indirect
6971 github.com/sergi/go-diff v1.4.0 // indirect
70- github.com/skeema/knownhosts v1.3.1 // indirect
71- github.com/spf13/cobra v1.10.1 // indirect
72+ github.com/skeema/knownhosts v1.3.2 // indirect
73+ github.com/spf13/cobra v1.10.2 // indirect
7274 github.com/spf13/pflag v1.0.10 // indirect
7375 github.com/texttheater/golang-levenshtein v1.0.1 // indirect
7476 github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect
@@ -77,18 +79,18 @@ require (
7779 github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
7880 github.com/zclconf/go-cty v1.17.0 // indirect
7981 go.uber.org/atomic v1.11.0 // indirect
80- golang.org/x/crypto v0.42 .0 // indirect
81- golang.org/x/exp v0.0.0-20251002181428-27f1f14c8bb9 // indirect
82- golang.org/x/mod v0.28 .0 // indirect
83- golang.org/x/net v0.44 .0 // indirect
84- golang.org/x/sync v0.17 .0 // indirect
85- golang.org/x/sys v0.36 .0 // indirect
86- golang.org/x/term v0.35 .0 // indirect
87- golang.org/x/text v0.29 .0 // indirect
88- golang.org/x/tools v0.37 .0 // indirect
89- google.golang.org/genproto/googleapis/rpc v0.0.0-20251002232023-7c0ddcbb5797 // indirect
90- google.golang.org/grpc v1.75.1 // indirect
91- google.golang.org/protobuf v1.36.10 // indirect
82+ golang.org/x/crypto v0.46 .0 // indirect
83+ golang.org/x/exp v0.0.0-20251209150349-8475f28825e9 // indirect
84+ golang.org/x/mod v0.31 .0 // indirect
85+ golang.org/x/net v0.48 .0 // indirect
86+ golang.org/x/sync v0.19 .0 // indirect
87+ golang.org/x/sys v0.39 .0 // indirect
88+ golang.org/x/term v0.38 .0 // indirect
89+ golang.org/x/text v0.32 .0 // indirect
90+ golang.org/x/tools v0.40 .0 // indirect
91+ google.golang.org/genproto/googleapis/rpc v0.0.0-20251213004720-97cd9d5aeac2 // indirect
92+ google.golang.org/grpc v1.77.0 // indirect
93+ google.golang.org/protobuf v1.36.11 // indirect
9294 gopkg.in/warnings.v0 v0.1.2 // indirect
9395 gopkg.in/yaml.v3 v3.0.1 // indirect
9496 lukechampine.com/frand v1.5.1 // indirect
0 commit comments