mirror of
https://github.com/jimeh/casecmp.git
synced 2026-02-19 10:26:40 +00:00
12 lines
304 B
Modula-2
12 lines
304 B
Modula-2
module github.com/jimeh/casecmp
|
|
|
|
go 1.18
|
|
|
|
require gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
|
|
|
require (
|
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
|
|
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
|
|
github.com/stretchr/testify v1.7.0 // indirect
|
|
)
|