Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D drone-gotify
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • fredix
  • drone-gotify
  • f06558c9d134ca2fd64bbbeac43e8e0b6588dc92
Switch branch/tag
  • drone-gotify
  • go.mod
Find file Normal viewHistoryPermalink
go.mod 205 Bytes
Newer Older
fredix's avatar
drone-gotify on amd64  
fredix committed Apr 19, 2020
1
2
3
4
5
6
7
8
9
10
module framagit.org/fredix/drone-gotify

go 1.14

require (
	github.com/drone/drone-template-lib v1.0.0
	github.com/joho/godotenv v1.3.0
	github.com/sirupsen/logrus v1.5.0
	github.com/urfave/cli v1.22.4
)