This repository has been archived on 2023-11-08. You can view files and clone it, but cannot push or open issues/pull-requests.
2023-07-16 19:49:44 +00:00
|
|
|
module go.jolheiser.com/imp
|
2020-05-06 22:05:00 +00:00
|
|
|
|
2022-08-09 18:46:36 +00:00
|
|
|
go 1.18
|
2020-05-06 22:05:00 +00:00
|
|
|
|
|
|
|
require (
|
2020-05-07 01:00:12 +00:00
|
|
|
gitea.com/jolheiser/globber v0.0.1
|
2022-08-09 18:46:36 +00:00
|
|
|
github.com/matryer/is v1.4.0
|
2023-07-16 19:49:44 +00:00
|
|
|
mvdan.cc/gofumpt v0.5.0
|
2022-08-09 18:46:36 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/gobwas/glob v0.2.3 // indirect
|
2023-07-16 19:49:44 +00:00
|
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
|
|
|
golang.org/x/mod v0.10.0 // indirect
|
|
|
|
golang.org/x/tools v0.8.0 // indirect
|
2020-05-06 22:05:00 +00:00
|
|
|
)
|