mirror of
https://github.com/Xevion/scla-unsubscribe.git
synced 2025-12-09 10:08:35 -06:00
13 lines
330 B
Modula-2
13 lines
330 B
Modula-2
module unsubscribe
|
|
|
|
go 1.21.3
|
|
|
|
require (
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
github.com/rs/zerolog v1.31.0 // indirect
|
|
github.com/samber/lo v1.39.0 // indirect
|
|
golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17 // indirect
|
|
golang.org/x/sys v0.12.0 // indirect
|
|
)
|