diff options
| author | Shulhan <ms@kilabit.info> | 2022-03-10 23:38:48 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-03-11 00:09:00 +0700 |
| commit | a53ca116abdf293a03e0c00a175a006ab9cbe4d1 (patch) | |
| tree | 7fc0d99e2c47c3054173c38d7833b4758e6c9369 /go.mod | |
| parent | ee2c0eebbfc639cd8c536d2115c09f89d32b99bd (diff) | |
| download | kilabit.info-a53ca116abdf293a03e0c00a175a006ab9cbe4d1.tar.xz | |
all: add configuration and code to run in platform.sh
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ go 1.16 require ( git.sr.ht/~shulhan/ciigo v0.8.0 + github.com/platformsh/config-reader-go/v2 v2.3.1 github.com/shuLhan/share v0.35.0 golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5 // indirect |
