diff options
author | Lizzy Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-10 16:45:26 -0600 |
---|---|---|
committer | Lizzy Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-10 16:45:26 -0600 |
commit | def61909c2423b19b063a5807cc399a41de39974 (patch) | |
tree | 0b035fbb1c29ac858b042092d183824f8bc1a5b5 /go.mod | |
parent | 5a85dd89bc82d8fc133c0e9a58859ae9b98dbe0f (diff) | |
download | tilde.club-def61909c2423b19b063a5807cc399a41de39974.tar.gz tilde.club-def61909c2423b19b063a5807cc399a41de39974.zip |
fruitvote
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ module tilde.club/~simponic go 1.21.5 + +require github.com/mattn/go-sqlite3 v1.14.22 // indirect |