mirror of
https://github.com/snapp-incubator/pakhshi.git
synced 2025-09-26 20:21:13 +08:00
13 lines
391 B
Modula-2
13 lines
391 B
Modula-2
module github.com/1995parham/pakhshi
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect
|
|
github.com/eclipse/paho.mqtt.golang v1.3.4
|
|
github.com/pterm/pterm v0.12.22 // indirect
|
|
github.com/spf13/cobra v1.1.3 // indirect
|
|
github.com/ugorji/go v1.1.4 // indirect
|
|
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 // indirect
|
|
)
|