diff options
| author | Xe Iaso <me@xeiaso.net> | 2023-06-15 20:23:03 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2023-06-15 20:23:03 -0400 |
| commit | 636850d4e9b025d4f799ca5fd2aa7a936c1971f0 (patch) | |
| tree | b52f6026289628198691bd3ff8f1b446b6a1630a /go.mod | |
| parent | 700a2858556ddad25384a1dcbada9cecdbc9f65b (diff) | |
| download | x-636850d4e9b025d4f799ca5fd2aa7a936c1971f0.tar.xz x-636850d4e9b025d4f799ca5fd2aa7a936c1971f0.zip | |
add modernc.org/sqlite
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -35,6 +35,7 @@ require ( golang.org/x/crypto v0.10.0 golang.org/x/oauth2 v0.9.0 golang.org/x/sync v0.2.0 + modernc.org/sqlite v1.23.1 nhooyr.io/websocket v1.8.7 tailscale.com v1.42.0 tulpa.dev/cadey/jvozba v0.0.0-20200326200349-f0ebe310be06 @@ -43,6 +44,22 @@ require ( ) require ( + github.com/dustin/go-humanize v1.0.1 // indirect + github.com/google/uuid v1.3.0 // indirect + github.com/mattn/go-isatty v0.0.18 // indirect + github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect + lukechampine.com/uint128 v1.2.0 // indirect + modernc.org/cc/v3 v3.40.0 // indirect + modernc.org/ccgo/v3 v3.16.13 // indirect + modernc.org/libc v1.22.5 // indirect + modernc.org/mathutil v1.5.0 // indirect + modernc.org/memory v1.5.0 // indirect + modernc.org/opt v0.1.3 // indirect + modernc.org/strutil v1.1.3 // indirect + modernc.org/token v1.0.1 // indirect +) + +require ( filippo.io/edwards25519 v1.0.0 // indirect github.com/Microsoft/go-winio v0.6.1 // indirect github.com/akutz/memconn v0.1.0 // indirect |
