diff options
| author | diogo464 <[email protected]> | 2024-10-01 15:55:43 +0100 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2024-10-01 15:55:43 +0100 |
| commit | 1422e5893b7e8563431507a2058967082ec4f4cb (patch) | |
| tree | f959735232ae75736950ea32f71c05ec16b7912f /go.mod | |
init
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -0,0 +1,8 @@ | |||
| 1 | module git.d464.sh/diogo464/belverde-fire | ||
| 2 | |||
| 3 | go 1.22.1 | ||
| 4 | |||
| 5 | require ( | ||
| 6 | github.com/mattn/go-sqlite3 v1.14.23 | ||
| 7 | github.com/pkg/errors v0.9.1 | ||
| 8 | ) | ||
