diff options
author | hyang <hyang@hyang.xyz> | 2023-09-09 11:15:56 -0700 |
---|---|---|
committer | hyang <hyang@hyang.xyz> | 2023-09-09 11:15:56 -0700 |
commit | 6a535464434eda93c905e614321ec952753216ac (patch) | |
tree | e5179c9a55ee2c925bc8bd380a90886e9f5fc685 /go.mod | |
parent | b3805bcdd09486d20989863a0ff36627fc252639 (diff) |
Replace theme
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +module git.hyang.xyz/hyang/hyang.xyz + +go 1.21.0 + +require github.com/willfaught/paige v0.65.6 // indirect |