diff options
| author | 2021-07-19 18:03:07 +0200 | |
|---|---|---|
| committer | 2021-07-19 18:03:07 +0200 | |
| commit | 677490bc4e8d61627bcab32ed801c10a27139f29 (patch) | |
| tree | 8ef634f6cf46886fa0baf83dc096824c05078096 /go.mod | |
| parent | Static fileserver improvements, optional admin panel route (#100) (diff) | |
| download | gotosocial-677490bc4e8d61627bcab32ed801c10a27139f29.tar.xz | |
Db tls (#102)
* go mod tidy
* complete example config
* add tls support for db connection
* add certpool to tlsConfig
* add some lil docker scripts
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -15,7 +15,6 @@ require ( github.com/dsoprea/go-utility v0.0.0-20200717064901-2fccff4aa15e // indirect github.com/gin-contrib/cors v1.3.1 github.com/gin-contrib/sessions v0.0.3 - github.com/gin-contrib/static v0.0.1 github.com/gin-gonic/gin v1.7.2 github.com/go-errors/errors v1.4.0 // indirect github.com/go-fed/activity v1.0.1-0.20210426194615-e0de0863dcc1 |
