mirror of
https://github.com/pcvolkmer/idicon.git
synced 2025-04-19 16:46:50 +00:00
9 lines
102 B
Modula-2
9 lines
102 B
Modula-2
module idicon
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.2.1
|
|
github.com/gorilla/mux v1.8.0
|
|
)
|