This repository has been archived by the owner on Nov 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
594 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
module github.com/YaleOpenLab/opensolar | ||
|
||
go 1.13 | ||
|
||
require ( | ||
github.com/Varunram/essentials v0.0.0-20200511082308-5399e9622e81 | ||
github.com/YaleOpenLab/openx v0.0.0-20200519142124-cfac4960fc54 | ||
github.com/algorand/go-algorand-sdk v1.3.0 // indirect | ||
github.com/bithyve/research v0.0.0-20191102090848-d238806b60bf // indirect | ||
github.com/boltdb/bolt v1.3.1 | ||
github.com/chzyer/logex v1.1.10 // indirect | ||
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e | ||
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect | ||
github.com/eclipse/paho.mqtt.golang v1.2.0 | ||
github.com/fatih/color v1.9.0 | ||
github.com/ipfs/go-ipfs-api v0.0.3 // indirect | ||
github.com/jessevdk/go-flags v1.4.0 | ||
github.com/martinlindhe/google-geolocate v0.0.0-20170601090011-fec8026db902 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/spf13/viper v1.7.0 | ||
github.com/stellar/go v0.0.0-20200519000909-93dd37921340 | ||
) |
Oops, something went wrong.