diff options
author | haturatu <taro@eyes4you.org> | 2024-12-15 00:54:08 +0900 |
---|---|---|
committer | haturatu <taro@eyes4you.org> | 2024-12-15 00:54:08 +0900 |
commit | df23b04506e6b4cdfa5c40ce52172728bfe1d063 (patch) | |
tree | d428d461896a2e33e1ec884e671e96b64617b6b6 /go.mod | |
parent | 97109aaf2b00830e36cc778c0b76be9c3c36898f (diff) |
add charset
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2,4 +2,6 @@ module ght go 1.23.3 -require golang.org/x/net v0.31.0 +require golang.org/x/text v0.21.0 // indirect + +require golang.org/x/net v0.32.0 |