ess/go.mod
Adriano Caloiaro af99fc849a
Golang implementation with native git hook support
- Re-implement with Golang in place of of Bash
- Add `env-sample-sync install` to support native git hooks (instead of
  relying on `pre-commit`)
2023-05-29 09:03:30 -06:00

5 lines
114 B
Modula-2

module github.com/acaloiaro/env-sample-sync
go 1.20
require github.com/hashicorp/go-envparse v0.1.0 // indirect