Skip to content

Commit

Permalink
gomod: Update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <[email protected]>
  • Loading branch information
stgraber committed Sep 26, 2023
1 parent 585468e commit 4d006ba
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 42 deletions.
6 changes: 3 additions & 3 deletions cmd/lxd-to-incus/go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module github.com/lxc/incus/cmd/lxd-to-incus

go 1.18
go 1.20

require (
github.com/canonical/lxd v0.0.0-20230908200628-227bc5cd75eb
github.com/lxc/incus v0.0.0-20230909195442-b522857c07b4
github.com/canonical/lxd v0.0.0-20230925202117-188c290d29fc
github.com/lxc/incus v0.0.0-20230926032748-f97f7f9d68ac
github.com/pierrec/lz4/v4 v4.1.18
github.com/spf13/cobra v1.7.0
)
Expand Down
8 changes: 4 additions & 4 deletions cmd/lxd-to-incus/go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/canonical/lxd v0.0.0-20230908200628-227bc5cd75eb h1:0aja5jWcYZT0yJW5SowwImR1RjJ/IG+mYkdtd7K37SA=
github.com/canonical/lxd v0.0.0-20230908200628-227bc5cd75eb/go.mod h1:OfCg6z25zfVH3vTq5G2Uq0/YCEmNQkNo0C0hoPWMWMQ=
github.com/canonical/lxd v0.0.0-20230925202117-188c290d29fc h1:ICJTcmO7MggyokAjEE0fLlEHtPv7pe1iMafvCloUOUM=
github.com/canonical/lxd v0.0.0-20230925202117-188c290d29fc/go.mod h1:/lJ1suHbUSZn1VgwfWEcjkddHk4JeLTjtBwFPY0Eb7o=
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
github.com/cpuguy83/go-md2man/v2 v2.0.2/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
Expand Down Expand Up @@ -79,8 +79,8 @@ github.com/kr/pretty v0.2.1 h1:Fmg33tUaq4/8ym9TJN1x7sLJnHVwhP33CNkpYV/7rwI=
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/lxc/incus v0.0.0-20230909195442-b522857c07b4 h1:bP/JoBrE+ZDb0k/Ohhh4nOQ3ZwfkOTKcC0JDWUDxyag=
github.com/lxc/incus v0.0.0-20230909195442-b522857c07b4/go.mod h1:yuTUXO7MnbTgBv1rNCoEYeLT7dKYUkHzCaBbVcnfdos=
github.com/lxc/incus v0.0.0-20230926032748-f97f7f9d68ac h1:XOCgvOXwM4skYY9BSo/+UO7lVhqD2WNnc8UbeWDX6Vs=
github.com/lxc/incus v0.0.0-20230926032748-f97f7f9d68ac/go.mod h1:yhHdpW6Uzxn10at7nNMPQRVr7qQA0gS+EVT32mi+9/U=
github.com/mattn/go-runewidth v0.0.9/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI=
github.com/mattn/go-runewidth v0.0.15 h1:UNAjwbU9l54TA3KzvqLGxwWjHmMgBUVhBiTjelZgg3U=
github.com/mattn/go-runewidth v0.0.15/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
Expand Down
30 changes: 18 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/lxc/incus

go 1.18
go 1.20

require (
github.com/Rican7/retry v0.3.1
Expand All @@ -12,12 +12,12 @@ require (
github.com/dustinkirkland/golang-petname v0.0.0-20230626224747-e794b9370d49
github.com/flosch/pongo2 v0.0.0-20200913210552-0d938eb266f3
github.com/fvbommel/sortorder v1.1.0
github.com/go-acme/lego/v4 v4.13.3
github.com/go-acme/lego/v4 v4.14.2
github.com/google/gopacket v1.1.19
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.5.0
github.com/gosexy/gettext v0.0.0-20160830220431-74466a0a0c4a
github.com/grafana/dskit v0.0.0-20230830160247-94fac3db9a15
github.com/grafana/dskit v0.0.0-20230925094553-c4a1874aadb0
github.com/j-keck/arping v1.0.3
github.com/jaypipes/pcidb v1.0.0
github.com/jochenvg/go-udev v0.0.0-20171110120927-d6b62d56d37b
Expand All @@ -28,7 +28,7 @@ require (
github.com/mdlayher/ndp v1.0.1
github.com/mdlayher/netx v0.0.0-20230430222610-7e21880baee8
github.com/mdlayher/vsock v1.2.1
github.com/miekg/dns v1.1.55
github.com/miekg/dns v1.1.56
github.com/minio/madmin-go v1.7.5
github.com/minio/minio-go/v7 v7.0.63
github.com/mitchellh/mapstructure v1.5.0
Expand All @@ -43,8 +43,8 @@ require (
github.com/stretchr/testify v1.8.4
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635
github.com/vishvananda/netlink v1.2.1-beta.2
github.com/zitadel/oidc/v2 v2.8.3
go.starlark.net v0.0.0-20230831151029-c9e9adf3fde2
github.com/zitadel/oidc/v2 v2.11.0
go.starlark.net v0.0.0-20230925163745-10651d5192ab
golang.org/x/crypto v0.13.0
golang.org/x/oauth2 v0.12.0
golang.org/x/sync v0.3.0
Expand All @@ -69,6 +69,8 @@ require (
github.com/eapache/queue v1.1.0 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/go-jose/go-jose/v3 v3.0.0 // indirect
github.com/go-logr/logr v1.2.4 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-ole/go-ole v1.3.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/renameio v1.0.1 // indirect
Expand All @@ -80,34 +82,35 @@ require (
github.com/jkeiser/iter v0.0.0-20200628201005-c8aa0ae784d1 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/k-sone/critbitgo v1.4.0 // indirect
github.com/klauspost/compress v1.16.7 // indirect
github.com/klauspost/compress v1.17.0 // indirect
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
github.com/kr/fs v0.1.0 // indirect
github.com/lufia/plan9stats v0.0.0-20230326075908-cb1d2100619a // indirect
github.com/magiconair/properties v1.8.7 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/mdlayher/socket v0.4.1 // indirect
github.com/mdlayher/socket v0.5.0 // indirect
github.com/minio/md5-simd v1.1.2 // indirect
github.com/minio/sha256-simd v1.0.1 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/muhlemmer/gu v0.3.1 // indirect
github.com/muhlemmer/httpforwarded v0.1.0 // indirect
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
github.com/philhofer/fwd v1.1.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/power-devops/perfstat v0.0.0-20221212215047-62379fc7944b // indirect
github.com/prometheus/procfs v0.11.1 // indirect
github.com/prometheus/procfs v0.12.0 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/rs/cors v1.10.0 // indirect
github.com/rs/xid v1.5.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/secure-io/sio-go v0.3.1 // indirect
github.com/shirou/gopsutil/v3 v3.23.8 // indirect
github.com/shoenig/go-m1cpu v0.1.6 // indirect
github.com/spf13/afero v1.9.5 // indirect
github.com/spf13/afero v1.10.0 // indirect
github.com/spf13/cast v1.5.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
Expand All @@ -118,12 +121,15 @@ require (
github.com/tklauser/numcpus v0.6.1 // indirect
github.com/vishvananda/netns v0.0.4 // indirect
github.com/yusufpapurcu/wmi v1.2.3 // indirect
go.opentelemetry.io/otel v1.18.0 // indirect
go.opentelemetry.io/otel/metric v1.18.0 // indirect
go.opentelemetry.io/otel/trace v1.18.0 // indirect
golang.org/x/mod v0.12.0 // indirect
golang.org/x/net v0.15.0 // indirect
golang.org/x/tools v0.13.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
google.golang.org/grpc v1.58.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230920204549-e6e6cdab5c13 // indirect
google.golang.org/grpc v1.58.2 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
)
Loading

0 comments on commit 4d006ba

Please sign in to comment.