Skip to content

Commit

Permalink
Split module.
Browse files Browse the repository at this point in the history
  • Loading branch information
ncruces committed Nov 27, 2024
1 parent 987db17 commit 7e12105
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion embed/bcw2/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.21

toolchain go1.23.0

require github.com/ncruces/go-sqlite3 v0.20.4-0.20241127114225-1469cb9f1a69
require github.com/ncruces/go-sqlite3 v0.20.4-0.20241127142231-987db177ad9d

require (
github.com/ncruces/julianday v1.0.0 // indirect
Expand Down
2 changes: 2 additions & 0 deletions embed/bcw2/go.sum
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
github.com/ncruces/go-sqlite3 v0.20.4-0.20241127142231-987db177ad9d h1:5QZ2Uq/XlGPV1PsJtQcL56GYcO92QXTMGMHGdpwoo/U=
github.com/ncruces/go-sqlite3 v0.20.4-0.20241127142231-987db177ad9d/go.mod h1:ojLIAB243gtz68Eo283Ps+k9PyR3dvzS+9/RgId4+AA=
github.com/ncruces/julianday v1.0.0 h1:fH0OKwa7NWvniGQtxdJRxAgkBMolni2BjDHaWTxqt7M=
github.com/ncruces/julianday v1.0.0/go.mod h1:Dusn2KvZrrovOMJuOt0TNXL6tB7U2E8kvza5fFc9G7g=
github.com/tetratelabs/wazero v1.8.2 h1:yIgLR/b2bN31bjxwXHD8a3d+BogigR952csSDdLYEv4=
Expand Down
1 change: 0 additions & 1 deletion go.work.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
github.com/ncruces/go-sqlite3 v0.20.4-0.20241127114225-1469cb9f1a69/go.mod h1:ojLIAB243gtz68Eo283Ps+k9PyR3dvzS+9/RgId4+AA=
golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
golang.org/x/mod v0.17.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
golang.org/x/net v0.21.0/go.mod h1:bIjVDfnllIU7BJ2DNgfnXvpSvtn8VRwhlsaeUTyUS44=
Expand Down

0 comments on commit 7e12105

Please sign in to comment.