-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPakfile
More file actions
33 lines (32 loc) · 761 Bytes
/
Pakfile
File metadata and controls
33 lines (32 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Pakfile[.yaml]
packages:
- name: github.com/go-sql-driver/mysql
- name: github.com/jinzhu/configor
- name: github.com/jinzhu/gorm
- name: github.com/lib/pq
- name: github.com/qor/admin
- name: github.com/qor/i18n
- name: github.com/qor/media_library
- name: github.com/qor/publish
- name: github.com/qor/qor
- name: github.com/qor/roles
- name: github.com/qor/sorting
- name: github.com/qor/validations
- name: github.com/qor/worker
- name: github.com/sendgrid/sendgrid-go
#
# Configuration Options:
# - name:
# pakname: pak
# targetbranch: origin/master
#
# Examples:
#
# packages:
# - name: github.com/theplant/req1
# pakname: pak
# targetbranch: origin/branch1
# - name: github.com/theplant/req2
# pakname: pak
# targetbranch: origin/master
#