This repository has been archived on 2025-03-19. You can view files and clone it, but cannot push or open issues or pull requests.
gonetworkmanager/go.mod
Christian Müller 8fe336a60b Update to v2
2022-11-22 11:30:00 +01:00

8 lines
130 B
Modula-2

module github.com/Wifx/gonetworkmanager/v2
go 1.12
require (
github.com/godbus/dbus/v5 v5.1.0
github.com/google/uuid v1.3.0
)