mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-30 06:26:14 -06:00
11 lines
200 B
Modula-2
11 lines
200 B
Modula-2
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
|
|
)
|