This repository has been archived on 2023-11-08. You can view files and clone it, but cannot push or open issues/pull-requests.
2021-08-11 00:26:08 +00:00
|
|
|
module gitea.com/jolheiser/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/gobuffalo/here v0.6.6
|
|
|
|
github.com/matryer/is v1.4.0
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/gobwas/glob v0.2.3 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2020-05-06 22:05:00 +00:00
|
|
|
)
|