mirror of
https://gh.wpcy.net/https://github.com/voicetel/freescout-notifier.git
synced 2026-04-23 21:23:41 +08:00
8 lines
145 B
Modula-2
8 lines
145 B
Modula-2
module github.com/voicetel/freescout-notifier
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/go-sql-driver/mysql v1.7.1
|
|
github.com/mattn/go-sqlite3 v1.14.19
|
|
)
|