diff options
| author | Nicolas Paul <n@nc0.fr> | 2023-05-26 14:13:11 +0200 |
|---|---|---|
| committer | Nicolas Paul <n@nc0.fr> | 2023-05-26 14:13:11 +0200 |
| commit | e00e455cafb72edb4bddd7bc087e1fb0ff1e4e45 (patch) | |
| tree | 7f3d4782862595c3da5a4d5c6c9a73b21a017bae /go.mod | |
Migrating from GitHub
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +module go.nc0.fr/staticgovanityurls + +go 1.19 + +require gopkg.in/yaml.v3 v3.0.1 |
