Files
go-winrt/go.mod
Alex Savin 0a314257f8 Refactor import paths to use the new repository location for go-winrt
- Updated import paths in multiple files to point to the new repository at git.savin.nyc/alex/go-winrt.
- Removed old import paths referencing saltosystems/winrt-go.
- Ensured consistency across all affected files in the Bluetooth Generic Attribute Profile and Foundation packages.
2025-08-22 17:52:08 -04:00

23 lines
653 B
Modula-2

module git.savin.nyc/alex/go-winrt
go 1.18
require (
github.com/glerchundi/subcommands v0.0.0-20181212083838-923a6ccb11f8
github.com/go-kit/log v0.2.1
github.com/go-ole/go-ole v1.2.6
github.com/peterbourgon/ff/v3 v3.1.2
github.com/stretchr/testify v1.7.5
github.com/tdakkota/win32metadata v0.1.0
golang.org/x/sys v0.0.0-20220624220833-87e55d714810
golang.org/x/tools v0.1.11
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-logfmt/logfmt v0.5.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)