Skip to content
Snippets Groups Projects
Select Git revision
  • 5938c5e619fb0280ad3c27c511f1c14e4d96ef4b
  • main default protected
  • gitkeep
  • dev
  • ipynb
  • 81-add-id-to-figure-file-metadata
  • v0.3.2
  • v0.3.1
  • v0.3.0
  • v0.2.3
  • test_tag
  • v0.2.2
  • v.0.2.1
  • v0.2.1
  • v0.1.2
  • v0.1.1
  • v0.1.0
17 results

example.py

Blame
  • 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
    )