This repository has been archived on 2024-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
atsebay.t/go.mod

19 lines
558 B
Modula-2
Raw Normal View History

2020-11-20 14:55:54 +00:00
module git.nemunai.re/atsebay.t
2021-10-01 15:52:44 +00:00
go 1.16
2020-11-20 14:55:54 +00:00
require (
2022-09-03 14:16:41 +00:00
github.com/ProtonMail/go-crypto v0.0.0-20220824120805-4b6e5c587895
github.com/aws/aws-sdk-go v1.44.96
github.com/coreos/go-oidc/v3 v3.4.0
github.com/drone/drone-go v1.7.1
2022-07-09 17:42:00 +00:00
github.com/gin-gonic/gin v1.7.7
2021-06-10 01:41:17 +00:00
github.com/go-sql-driver/mysql v1.6.0
github.com/jcmturner/gokrb5/v8 v8.4.3
2020-11-20 14:55:54 +00:00
github.com/julienschmidt/httprouter v1.3.0
github.com/russross/blackfriday/v2 v2.1.0
golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1
2021-06-10 01:41:17 +00:00
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
2022-02-28 18:00:30 +00:00
nhooyr.io/websocket v1.8.7
2020-11-20 14:55:54 +00:00
)