mirror of
https://github.com/fosrl/olm.git
synced 2026-02-08 05:56:41 +00:00
Bumps the patch-updates group with 3 updates in the / directory: [github.com/fosrl/newt](https://github.com/fosrl/newt), [github.com/godbus/dbus/v5](https://github.com/godbus/dbus) and [github.com/miekg/dns](https://github.com/miekg/dns). Updates `github.com/fosrl/newt` from 1.8.0 to 1.8.1 - [Release notes](https://github.com/fosrl/newt/releases) - [Commits](https://github.com/fosrl/newt/compare/1.8.0...1.8.1) Updates `github.com/godbus/dbus/v5` from 5.2.0 to 5.2.2 - [Release notes](https://github.com/godbus/dbus/releases) - [Commits](https://github.com/godbus/dbus/compare/v5.2.0...v5.2.2) Updates `github.com/miekg/dns` from 1.1.68 to 1.1.70 - [Commits](https://github.com/miekg/dns/compare/v1.1.68...v1.1.70) --- updated-dependencies: - dependency-name: github.com/fosrl/newt dependency-version: 1.8.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: github.com/godbus/dbus/v5 dependency-version: 5.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: github.com/miekg/dns dependency-version: 1.1.70 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates ... Signed-off-by: dependabot[bot] <support@github.com>
33 lines
1.1 KiB
Modula-2
33 lines
1.1 KiB
Modula-2
module github.com/fosrl/olm
|
|
|
|
go 1.25
|
|
|
|
require (
|
|
github.com/Microsoft/go-winio v0.6.2
|
|
github.com/fosrl/newt v1.8.1
|
|
github.com/godbus/dbus/v5 v5.2.2
|
|
github.com/gorilla/websocket v1.5.3
|
|
github.com/miekg/dns v1.1.70
|
|
golang.org/x/sys v0.40.0
|
|
golang.zx2c4.com/wireguard v0.0.0-20250521234502-f333402bd9cb
|
|
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20241231184526-a9ab2273dd10
|
|
gvisor.dev/gvisor v0.0.0-20250503011706-39ed1f5ac29c
|
|
software.sslmate.com/src/go-pkcs12 v0.7.0
|
|
)
|
|
|
|
require (
|
|
github.com/google/btree v1.1.3 // indirect
|
|
github.com/google/go-cmp v0.7.0 // indirect
|
|
github.com/vishvananda/netlink v1.3.1 // indirect
|
|
github.com/vishvananda/netns v0.0.5 // indirect
|
|
golang.org/x/crypto v0.46.0 // indirect
|
|
golang.org/x/exp v0.0.0-20251113190631-e25ba8c21ef6 // indirect
|
|
golang.org/x/mod v0.31.0 // indirect
|
|
golang.org/x/net v0.48.0 // indirect
|
|
golang.org/x/sync v0.19.0 // indirect
|
|
golang.org/x/time v0.12.0 // indirect
|
|
golang.org/x/tools v0.40.0 // indirect
|
|
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
|
|
golang.zx2c4.com/wireguard/windows v0.5.3 // indirect
|
|
)
|