fossteams-api/go.mod
copilot-swe-agent[bot] e4650dcbad
chore: fix Bun gitignore
2026-06-04 13:46:03 +00:00

14 lines
320 B
Modula-2

module github.com/fossteams/teams-api
go 1.19
require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/stretchr/testify v1.6.1
)
require (
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)