mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[chore] Drone config update (#383)
* go mod tidy * reformat triggers * add drone build status to readme
This commit is contained in:
@@ -107,15 +107,12 @@ volumes:
|
||||
|
||||
trigger:
|
||||
repo:
|
||||
exclude:
|
||||
- "*"
|
||||
include:
|
||||
- superseriousbusiness/gotosocial
|
||||
- NyaaaWhatsUpDoc/gotosocial
|
||||
- f0x52/gotosocial
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: 6229aa9f503d87f4f6043a97eab2a73cb7ae466eb89eeb6479692aabc1c0f6c1
|
||||
hmac: f6372893445074c19e33057cf2cb94ddc9b5c54108094f9bfd40aae7c501f87c
|
||||
|
||||
...
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# GoToSocial <!-- omit in toc -->
|
||||
|
||||
 
|
||||
  [](https://drone.superseriousbusiness.org/superseriousbusiness/gotosocial)
|
||||
|
||||
GoToSocial is an [ActivityPub](https://activitypub.rocks/) social network server, written in Golang.
|
||||
|
||||
|
2
go.mod
2
go.mod
@@ -3,6 +3,7 @@ module github.com/superseriousbusiness/gotosocial
|
||||
go 1.17
|
||||
|
||||
require (
|
||||
codeberg.org/gruf/go-errors v1.0.4
|
||||
codeberg.org/gruf/go-store v1.1.5
|
||||
github.com/ReneKroon/ttlcache v1.7.0
|
||||
github.com/buckket/go-blurhash v1.1.0
|
||||
@@ -45,7 +46,6 @@ require (
|
||||
|
||||
require (
|
||||
codeberg.org/gruf/go-bytes v1.0.2 // indirect
|
||||
codeberg.org/gruf/go-errors v1.0.4 // indirect
|
||||
codeberg.org/gruf/go-fastpath v1.0.2 // indirect
|
||||
codeberg.org/gruf/go-hashenc v1.0.1 // indirect
|
||||
codeberg.org/gruf/go-logger v1.3.2 // indirect
|
||||
|
Reference in New Issue
Block a user