• This project
    • Loading...
  • Sign in

방승일 / mamuri-bot

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • mamuri-bot
  • joongna
  • go.mod
  • 윤준석's avatar
    ADD: joongna service config · b97339d7 ...
    b97339d7
    hide secret in .env file
    윤준석 authored 2022-05-08 19:46:40 +0900
go.mod 129 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8
module joongna

go 1.17

require (
	github.com/caarlos0/env/v6 v6.9.1 // indirect
	github.com/joho/godotenv v1.4.0 // indirect
)