Luke Granger-Brown
6266b42b66
This is a helper utility for syncing filesystem files into GitLab variables, for deploy-time secrets.
8 lines
176 B
Modula-2
8 lines
176 B
Modula-2
module hg.lukegb.com/lukegb/depot/nix/pkgs/secretsync
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
|
|
github.com/google/go-querystring v1.0.0
|
|
)
|