mirror of
https://github.com/rwinkhart/cmutton.git
synced 2026-08-27 20:36:31 -04:00
17 lines
395 B
AMPL
17 lines
395 B
AMPL
module cmutton
|
|
|
|
go 1.26rc2
|
|
|
|
require (
|
|
github.com/rwinkhart/libmutton v0.4.3-0.20260124190333-b963ccf33e54
|
|
github.com/rwinkhart/rcw v0.2.4
|
|
)
|
|
|
|
require (
|
|
github.com/Microsoft/go-winio v0.6.2 // indirect
|
|
github.com/rwinkhart/go-boilerplate v0.2.2 // indirect
|
|
github.com/rwinkhart/peercred-mini v0.1.2 // indirect
|
|
golang.org/x/crypto v0.47.0 // indirect
|
|
golang.org/x/sys v0.40.0 // indirect
|
|
)
|