diff options
| author | Shulhan <ms@kilabit.info> | 2019-04-21 06:01:13 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2019-04-21 06:01:13 +0700 |
| commit | 30c6475b2d94c682f87d775a1094b8720e0db7da (patch) | |
| tree | 97a05f5a4d2eeadeff6969bb3a23744744a4f60e /go.mod | |
| download | golang-id-web-30c6475b2d94c682f87d775a1094b8720e0db7da.tar.xz | |
web: situs untuk komunitas Go Indonesia
Situs ini dibuat dengan menggunakan ciigo [1], generator layanan web
statis menggunakan bahasa markup asciidoc.
Untuk saat ini situs telah aktif kembali di https://golang-id.org.
[1] github.com/shuLhan/ciigo
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -0,0 +1,15 @@ +module github.com/golang-id/web + +go 1.12 + +require ( + github.com/golang/protobuf v1.3.1 // indirect + github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect + github.com/kr/pretty v0.1.0 // indirect + github.com/shuLhan/ciigo v0.0.0-20190419190509-542b5a492f17 + github.com/shuLhan/share v0.5.1-0.20190420064321-3905a5c988f5 + github.com/stretchr/testify v1.3.0 // indirect + golang.org/x/net v0.0.0-20190420063019-afa5a82059c6 // indirect + golang.org/x/sys v0.0.0-20190419153524-e8e3143a4f4a // indirect + gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect +) |
