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.sum | |
parent | 97109aaf2b00830e36cc778c0b76be9c3c36898f (diff) |
add charset
Diffstat (limited to 'go.sum')
-rw-r--r-- | go.sum | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,2 +1,4 @@ -golang.org/x/net v0.31.0 h1:68CPQngjLL0r2AlUKiSxtQFKvzRVbnzLwMUn5SzcLHo= -golang.org/x/net v0.31.0/go.mod h1:P4fl1q7dY2hnZFxEk4pPSkDHF+QqjitcnDjUQyMM+pM= +golang.org/x/net v0.32.0 h1:ZqPmj8Kzc+Y6e0+skZsuACbx+wzMgo5MQsJh9Qd6aYI= +golang.org/x/net v0.32.0/go.mod h1:CwU0IoeOlnQQWJ6ioyFrfRuomB8GKF6KbYXZVyeXNfs= +golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo= +golang.org/x/text v0.21.0/go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ= |