mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2026-01-08 16:23:15 -06:00
start moving to bun
This commit is contained in:
parent
071eca20ce
commit
29b4adfb69
175 changed files with 16045 additions and 945 deletions
11
vendor/github.com/uptrace/bun/driver/pgdriver/go.mod
generated
vendored
Normal file
11
vendor/github.com/uptrace/bun/driver/pgdriver/go.mod
generated
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
module github.com/uptrace/bun/driver/pgdriver
|
||||
|
||||
go 1.16
|
||||
|
||||
replace github.com/uptrace/bun => ../..
|
||||
|
||||
require (
|
||||
github.com/stretchr/testify v1.7.0
|
||||
github.com/uptrace/bun v0.4.3
|
||||
mellium.im/sasl v0.2.1
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue