Skip to content
Snippets Groups Projects
Select Git revision
  • raven-project-unix
  • master default protected
  • combined_wave_and_ga_simulation
  • feature/propagation_models
  • subjectOrientationFeedback
  • iks_liebich
  • MCE_sens_device_list
  • BuildingAcoustics
  • kia
  • ita_3da_dev
  • va_2018_api_change
  • ita-fileformat-cleanup
  • release
  • nlms
  • documentationFix
  • Last-SVN-Commit
16 results

Getting_Started.txt

Blame
  • Forked from Institute of Technical Acoustics (ITA) / toolbox
    Source project has a limited visibility.
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    go.mod 574 B
    module git.rwth-aachen.de/acs/public/DistAIXFramework/distaixweb.git
    
    go 1.16
    
    require (
    	github.com/BurntSushi/toml v1.0.0 // indirect
    	github.com/ghodss/yaml v1.0.0 // indirect
    	github.com/go-ini/ini v1.66.4 // indirect
    	github.com/gocql/gocql v1.0.0
    	github.com/golang/protobuf v1.5.2
    	github.com/golang/snappy v0.0.4 // indirect
    	github.com/gorilla/handlers v1.5.1
    	github.com/gorilla/mux v1.8.0
    	github.com/lib/pq v1.10.4
    	github.com/urfave/cli v1.22.5 // indirect
    	github.com/zpatrick/go-config v0.0.0-20191118215128-80ba6b3e54f6
    	google.golang.org/protobuf v1.27.1
    )