Skip to content
This repository was archived by the owner on Nov 24, 2020. It is now read-only.

Commit 490e6e5

Browse files
committed
transition to go modules
1 parent b7fdc24 commit 490e6e5

File tree

2 files changed

+594
-0
lines changed

2 files changed

+594
-0
lines changed

go.mod

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
module github.com/YaleOpenLab/opensolar
2+
3+
go 1.13
4+
5+
require (
6+
github.com/Varunram/essentials v0.0.0-20200511082308-5399e9622e81
7+
github.com/YaleOpenLab/openx v0.0.0-20200519142124-cfac4960fc54
8+
github.com/algorand/go-algorand-sdk v1.3.0 // indirect
9+
github.com/bithyve/research v0.0.0-20191102090848-d238806b60bf // indirect
10+
github.com/boltdb/bolt v1.3.1
11+
github.com/chzyer/logex v1.1.10 // indirect
12+
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
13+
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect
14+
github.com/eclipse/paho.mqtt.golang v1.2.0
15+
github.com/fatih/color v1.9.0
16+
github.com/ipfs/go-ipfs-api v0.0.3 // indirect
17+
github.com/jessevdk/go-flags v1.4.0
18+
github.com/martinlindhe/google-geolocate v0.0.0-20170601090011-fec8026db902
19+
github.com/pkg/errors v0.9.1
20+
github.com/spf13/viper v1.7.0
21+
github.com/stellar/go v0.0.0-20200519000909-93dd37921340
22+
)

0 commit comments

Comments
 (0)