diff options
| author | nsfisis <nsfisis@gmail.com> | 2023-10-08 00:19:24 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2023-10-08 00:19:24 +0900 |
| commit | 25bf19b1cf99cd3ebe01c5fb96a6b6b13f528f8e (patch) | |
| tree | b2da56baea86cf4026dba2957f8d21e7417bfff3 /go.mod | |
| parent | bb8632a8440839de3125989ab3ed8f66d029e95c (diff) | |
| download | mioproxy-0.1.0.tar.gz mioproxy-0.1.0.tar.zst mioproxy-0.1.0.zip | |
add filesv0.1.0
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/nsfisis/mioproxy + +go 1.20 + +require github.com/hashicorp/hcl/v2 v2.18.0 + +require ( + github.com/agext/levenshtein v1.2.1 // indirect + github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect + github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect + github.com/google/go-cmp v0.3.1 // indirect + github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect + github.com/zclconf/go-cty v1.13.0 // indirect + golang.org/x/text v0.11.0 // indirect +) |
