mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-02-03 22:18:39 +00:00
set service on new run, fix duplicate args set service on new run, fix duplicate args revert startCmd in upgrade flow due to pin compat issues make restart reset DNS like upgrade, add debugging to uninstall method debugging debugging debugging debugging debugging WMI remove stackexchange lib, use ms wmi pkg debugging debugging set correct class fix os reolver init issues fix netadapter class use os resolver instead of fetching default nameservers while already running remove debug lines fix lookup IP fix lookup IP fix lookup IP fix lookup IP fix dns namserver retries when not needed
108 lines
4.5 KiB
Modula-2
108 lines
4.5 KiB
Modula-2
module github.com/Control-D-Inc/ctrld
|
|
|
|
go 1.23
|
|
|
|
toolchain go1.23.1
|
|
|
|
require (
|
|
github.com/Masterminds/semver v1.5.0
|
|
github.com/ameshkov/dnsstamps v1.0.3
|
|
github.com/coreos/go-systemd/v22 v22.5.0
|
|
github.com/cuonglm/osinfo v0.0.0-20230921071424-e0e1b1e0bbbf
|
|
github.com/docker/go-units v0.5.0
|
|
github.com/frankban/quicktest v1.14.6
|
|
github.com/fsnotify/fsnotify v1.7.0
|
|
github.com/go-playground/validator/v10 v10.11.1
|
|
github.com/godbus/dbus/v5 v5.1.1-0.20230522191255-76236955d466
|
|
github.com/hashicorp/golang-lru/v2 v2.0.1
|
|
github.com/illarion/gonotify/v2 v2.0.3
|
|
github.com/insomniacslk/dhcp v0.0.0-20231206064809-8c70d406f6d2
|
|
github.com/jaytaylor/go-hostsfile v0.0.0-20220426042432-61485ac1fa6c
|
|
github.com/josharian/native v1.1.1-0.20230202152459-5c7d0dd6ab86
|
|
github.com/kardianos/service v1.2.1
|
|
github.com/mdlayher/ndp v1.0.1
|
|
github.com/microsoft/wmi v0.24.5
|
|
github.com/miekg/dns v1.1.58
|
|
github.com/minio/selfupdate v0.6.0
|
|
github.com/olekukonko/tablewriter v0.0.5
|
|
github.com/pelletier/go-toml/v2 v2.0.8
|
|
github.com/prometheus/client_golang v1.19.1
|
|
github.com/prometheus/client_model v0.5.0
|
|
github.com/prometheus/prom2json v1.3.3
|
|
github.com/quic-go/quic-go v0.48.2
|
|
github.com/rs/zerolog v1.28.0
|
|
github.com/spf13/cobra v1.8.1
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/spf13/viper v1.16.0
|
|
github.com/stretchr/testify v1.9.0
|
|
github.com/vishvananda/netlink v1.2.1-beta.2
|
|
golang.org/x/net v0.33.0
|
|
golang.org/x/sync v0.10.0
|
|
golang.org/x/sys v0.29.0
|
|
golang.zx2c4.com/wireguard/windows v0.5.3
|
|
tailscale.com v1.74.0
|
|
)
|
|
|
|
require (
|
|
aead.dev/minisign v0.2.0 // indirect
|
|
github.com/alexbrainman/sspi v0.0.0-20231016080023-1a75b4708caa // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/dblohm7/wingoes v0.0.0-20240119213807-a09d6be7affa // indirect
|
|
github.com/go-json-experiment/json v0.0.0-20231102232822-2e55bd4e08b0 // indirect
|
|
github.com/go-ole/go-ole v1.3.0 // indirect
|
|
github.com/go-playground/locales v0.14.0 // indirect
|
|
github.com/go-playground/universal-translator v0.18.0 // indirect
|
|
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
|
github.com/google/pprof v0.0.0-20240409012703-83162a5b38cd // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/jsimonetti/rtnetlink v1.4.0 // indirect
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
|
github.com/magiconair/properties v1.8.7 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mattn/go-runewidth v0.0.14 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
|
github.com/mdlayher/netlink v1.7.2 // indirect
|
|
github.com/mdlayher/packet v1.1.2 // indirect
|
|
github.com/mdlayher/socket v0.5.0 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/onsi/ginkgo/v2 v2.9.5 // indirect
|
|
github.com/pierrec/lz4/v4 v4.1.21 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
github.com/prometheus/common v0.48.0 // indirect
|
|
github.com/prometheus/procfs v0.12.0 // indirect
|
|
github.com/quic-go/qpack v0.5.1 // indirect
|
|
github.com/rivo/uniseg v0.4.4 // indirect
|
|
github.com/rogpeppe/go-internal v1.11.0 // indirect
|
|
github.com/spf13/afero v1.9.5 // indirect
|
|
github.com/spf13/cast v1.6.0 // indirect
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
github.com/subosito/gotenv v1.4.2 // indirect
|
|
github.com/u-root/uio v0.0.0-20240118234441-a3c409a6018e // indirect
|
|
github.com/vishvananda/netns v0.0.4 // indirect
|
|
go.uber.org/mock v0.4.0 // indirect
|
|
go4.org/mem v0.0.0-20220726221520-4f986261bf13 // indirect
|
|
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba // indirect
|
|
golang.org/x/crypto v0.31.0 // indirect
|
|
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
|
|
golang.org/x/mod v0.19.0 // indirect
|
|
golang.org/x/text v0.21.0 // indirect
|
|
golang.org/x/tools v0.23.0 // indirect
|
|
google.golang.org/protobuf v1.33.0 // indirect
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|
|
|
|
replace github.com/mr-karan/doggo => github.com/Windscribe/doggo v0.0.0-20220919152748-2c118fc391f8
|
|
|
|
replace github.com/rs/zerolog => github.com/Windscribe/zerolog v0.0.0-20241206130353-cc6e8ef5397c
|