-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Bump dependencies and prepare for first release
- Loading branch information
Showing
3 changed files
with
170 additions
and
194 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,77 +1,74 @@ | ||
module github.com/loopholelabs/drafter | ||
|
||
go 1.21 | ||
go 1.22 | ||
|
||
toolchain go1.22.4 | ||
|
||
require ( | ||
github.com/coreos/go-iptables v0.7.0 | ||
github.com/freddierice/go-losetup/v2 v2.0.1 | ||
github.com/klauspost/compress v1.17.6 | ||
github.com/klauspost/compress v1.17.9 | ||
github.com/lithammer/shortuuid/v4 v4.0.0 | ||
github.com/loopholelabs/silo v0.0.7-0.20240628204916-af0d0fdbee3e | ||
github.com/metal-stack/go-ipam v1.13.0 | ||
github.com/pojntfx/panrpc/go v0.0.0-20240530214555-23871be1d846 | ||
github.com/loopholelabs/silo v0.0.7 | ||
github.com/metal-stack/go-ipam v1.14.1 | ||
github.com/pojntfx/panrpc/go v0.0.0-20240702184342-b89dd0c1dde5 | ||
github.com/vishvananda/netlink v1.1.0 | ||
github.com/vishvananda/netns v0.0.4 | ||
golang.org/x/sys v0.20.0 | ||
golang.org/x/sys v0.21.0 | ||
k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0 | ||
) | ||
|
||
require ( | ||
github.com/Merovius/nbd v0.0.0-20231017152624-27b78b60d8da // indirect | ||
github.com/agext/levenshtein v1.2.1 // indirect | ||
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect | ||
github.com/agext/levenshtein v1.2.3 // indirect | ||
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect | ||
github.com/avast/retry-go/v4 v4.5.1 // indirect | ||
github.com/cespare/xxhash/v2 v2.2.0 // indirect | ||
github.com/avast/retry-go/v4 v4.6.0 // indirect | ||
github.com/cespare/xxhash/v2 v2.3.0 // indirect | ||
github.com/coreos/go-semver v0.3.1 // indirect | ||
github.com/coreos/go-systemd/v22 v22.5.0 // indirect | ||
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect | ||
github.com/dustin/go-humanize v1.0.1 // indirect | ||
github.com/go-ini/ini v1.67.0 // indirect | ||
github.com/goccy/go-json v0.10.3 // indirect | ||
github.com/gogo/protobuf v1.3.2 // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/golang/protobuf v1.5.4 // indirect | ||
github.com/golang/snappy v0.0.4 // indirect | ||
github.com/google/go-cmp v0.5.9 // indirect | ||
github.com/google/go-cmp v0.6.0 // indirect | ||
github.com/google/uuid v1.6.0 // indirect | ||
github.com/hashicorp/hcl/v2 v2.20.0 // indirect | ||
github.com/jmoiron/sqlx v1.3.5 // indirect | ||
github.com/hashicorp/hcl/v2 v2.21.0 // indirect | ||
github.com/jmoiron/sqlx v1.4.0 // indirect | ||
github.com/josharian/native v1.1.0 // indirect | ||
github.com/json-iterator/go v1.1.12 // indirect | ||
github.com/klauspost/cpuid/v2 v2.2.6 // indirect | ||
github.com/klauspost/cpuid/v2 v2.2.8 // indirect | ||
github.com/lib/pq v1.10.9 // indirect | ||
github.com/mdlayher/genetlink v1.3.2 // indirect | ||
github.com/mdlayher/netlink v1.7.2 // indirect | ||
github.com/mdlayher/socket v0.4.1 // indirect | ||
github.com/mdlayher/socket v0.5.1 // indirect | ||
github.com/minio/md5-simd v1.1.2 // indirect | ||
github.com/minio/minio-go/v7 v7.0.69 // indirect | ||
github.com/minio/sha256-simd v1.0.1 // indirect | ||
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.2 // indirect | ||
github.com/minio/minio-go/v7 v7.0.73 // indirect | ||
github.com/mitchellh/go-wordwrap v1.0.1 // indirect | ||
github.com/montanaflynn/stats v0.7.1 // indirect | ||
github.com/redis/go-redis/v9 v9.4.0 // indirect | ||
github.com/redis/go-redis/v9 v9.5.3 // indirect | ||
github.com/rs/xid v1.5.0 // indirect | ||
github.com/xdg-go/pbkdf2 v1.0.0 // indirect | ||
github.com/xdg-go/scram v1.1.2 // indirect | ||
github.com/xdg-go/stringprep v1.0.4 // indirect | ||
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect | ||
github.com/zclconf/go-cty v1.13.0 // indirect | ||
go.etcd.io/etcd/api/v3 v3.5.11 // indirect | ||
go.etcd.io/etcd/client/pkg/v3 v3.5.11 // indirect | ||
go.etcd.io/etcd/client/v3 v3.5.11 // indirect | ||
go.mongodb.org/mongo-driver v1.13.1 // indirect | ||
github.com/youmark/pkcs8 v0.0.0-20240424034433-3c2c7870ae76 // indirect | ||
github.com/zclconf/go-cty v1.14.4 // indirect | ||
go.etcd.io/etcd/api/v3 v3.5.14 // indirect | ||
go.etcd.io/etcd/client/pkg/v3 v3.5.14 // indirect | ||
go.etcd.io/etcd/client/v3 v3.5.14 // indirect | ||
go.mongodb.org/mongo-driver v1.16.0 // indirect | ||
go.uber.org/multierr v1.11.0 // indirect | ||
go.uber.org/zap v1.26.0 // indirect | ||
go.uber.org/zap v1.27.0 // indirect | ||
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba // indirect | ||
golang.org/x/crypto v0.21.0 // indirect | ||
golang.org/x/mod v0.16.0 // indirect | ||
golang.org/x/net v0.23.0 // indirect | ||
golang.org/x/sync v0.6.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
golang.org/x/tools v0.19.0 // indirect | ||
google.golang.org/genproto v0.0.0-20240102182953-50ed04b92917 // indirect | ||
google.golang.org/genproto/googleapis/api v0.0.0-20240102182953-50ed04b92917 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240102182953-50ed04b92917 // indirect | ||
google.golang.org/grpc v1.60.1 // indirect | ||
google.golang.org/protobuf v1.34.1 // indirect | ||
gopkg.in/ini.v1 v1.67.0 // indirect | ||
golang.org/x/crypto v0.24.0 // indirect | ||
golang.org/x/mod v0.18.0 // indirect | ||
golang.org/x/net v0.26.0 // indirect | ||
golang.org/x/sync v0.7.0 // indirect | ||
golang.org/x/text v0.16.0 // indirect | ||
golang.org/x/tools v0.22.0 // indirect | ||
google.golang.org/genproto/googleapis/api v0.0.0-20240701130421-f6361c86f094 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect | ||
google.golang.org/grpc v1.65.0 // indirect | ||
google.golang.org/protobuf v1.34.2 // indirect | ||
) |
Oops, something went wrong.